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:
parent
f234ab7d72
commit
39a8cf6ba1
@ -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}/>
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user