mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Set half-opacity for empty state
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
39a8cf6ba1
commit
5864e07da5
@ -93,7 +93,9 @@ export class NodesRoute extends React.Component {
|
|||||||
|
|
||||||
if (!metrics || metrics.length < 2) {
|
if (!metrics || metrics.length < 2) {
|
||||||
return (
|
return (
|
||||||
<VerticalBar value={0}/>
|
<div className="opacity-50">
|
||||||
|
<VerticalBar value={0}/>
|
||||||
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user