Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ui: finish short-term enhancements to cluster overview #20669

Merged
merged 4 commits into from
Dec 13, 2017

Commits on Dec 13, 2017

  1. ui: use loading spinner for cluster overview

    Release note: None
    couchand committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    97b54ec View commit details
    Browse the repository at this point in the history
  2. ui: match cluster overview header typography

    Release note: None
    couchand committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    a9f2df3 View commit details
    Browse the repository at this point in the history
  3. ui: make overview section layout consistent

    Closes cockroachdb#19512.
    
    Release note: None
    couchand committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    4ddf832 View commit details
    Browse the repository at this point in the history
  4. ui: use import instead of require for asset bundling

    Previously, require was used to get around TypeScript's checking
    of imported modules.  But this is ugly, and fortunately we can
    avoid it by declaring a module for anything in the assets dir.
    
    Release note: None
    couchand committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    ede0950 View commit details
    Browse the repository at this point in the history