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

fix dashboard showing in the background when connect error happens

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2021-04-29 12:08:35 +03:00
parent 78c77a169a
commit e36f523242

View File

@ -62,6 +62,8 @@ export class ClusterView extends React.Component<Props> {
const { cluster } = this;
const showStatus = cluster && (!cluster.available || !hasLoadedView(cluster.id) || !cluster.ready);
refreshViews(cluster.id);
return (
<div className="ClusterView flex align-center">
{showStatus && (