1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Remove labels from empty state

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-04-06 11:14:03 +03:00
parent f234ab7d72
commit 39a8cf6ba1

View File

@ -93,9 +93,7 @@ export class NodesRoute extends React.Component {
if (!metrics || metrics.length < 2) {
return (
<div className="opacity-50 flex gap-2 items-center">
<VerticalBar value={0}/>0%
</div>
<VerticalBar value={0}/>
);
}