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

release-2.1: ui: add bar chart for node list memory & capacity #31070

Merged
merged 4 commits into from Oct 8, 2018

Commits on Oct 8, 2018

  1. ui: visually embed node lists in container

    Release note: None
    couchand committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    df8658b View commit details
    Browse the repository at this point in the history
  2. ui: add bar chart for node list memory & capacity

    Fixes: cockroachdb#29373
    Release note (admin ui change): Adds a bar chart to the memory and
    capacity usage columns on the node list.
    couchand committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    d2a7be9 View commit details
    Browse the repository at this point in the history
  3. ui: sort memory & capacity columns by percent

    Release note (admin ui change): Sorting by the memory or capacity
    usage column on the node list now sorts by percentage used.
    couchand committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    d5a6932 View commit details
    Browse the repository at this point in the history
  4. ui: fix node list bar height in Chrome

    Chrome and Firefox have different rules about CSS selectivity
    for SVG elements, apparently.  This is a hack, we should find
    a simpler way to handle this (maybe changing the conflicting
    classes).
    
    Release note: None
    couchand committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    8b82c05 View commit details
    Browse the repository at this point in the history