Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
47475: ui: Graph name in storage tooltips r=dhartunian a=elkmaster

Removed Capacity (Overview, Storage dashboards) and Logical Bytes per Store (Replication dashboard) graph name in the metrics graph tooltip for avoiding redundant and potentially confusing

Resolves: cockroachdb#47439

Release note (ui): removed graph names in storage tooltips

Co-authored-by: Vlad Los <[email protected]>
  • Loading branch information
craig[bot] and vladlos committed May 28, 2020
2 parents 948ce76 + 61e77f8 commit 3725997
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import {ReactNode} from "react";
export const CapacityGraphTooltip: React.FunctionComponent<{tooltipSelection: ReactNode}> =
({tooltipSelection}) => (<div>
<dl>
<dt>Capacity</dt>
<dd>
<p>
Usage of disk space {tooltipSelection}.
Expand All @@ -34,7 +33,6 @@ export const CapacityGraphTooltip: React.FunctionComponent<{tooltipSelection: Re
export const LogicalBytesGraphTooltip: React.FunctionComponent =
() => (<div>
<dl>
<dt>Logical Bytes per Store</dt>
<dd>
<p>
Number of logical bytes stored in
Expand Down

0 comments on commit 3725997

Please sign in to comment.