Skip to content

Commit

Permalink
Merge pull request #6424 from kyoto/query-browser-fix-series-button-w…
Browse files Browse the repository at this point in the history
…idth

Bug 1872157: Query Browser: Make series button width constant when data is loading
  • Loading branch information
openshift-merge-robot committed Aug 25, 2020
2 parents 3681b4c + 080d542 commit 8dda7e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/public/components/monitoring/metrics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ const SeriesButton_: React.FC<SeriesButtonProps> = ({
toggleSeries,
}) => {
if (isSeriesEmpty) {
return null;
return <div className="query-browser__series-btn-wrap"></div>;
}
const title = `${isDisabled ? 'Show' : 'Hide'} series`;

Expand Down

0 comments on commit 8dda7e9

Please sign in to comment.