We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bec49c commit 3282c5eCopy full SHA for 3282c5e
index.html
@@ -38,7 +38,7 @@ <h5><a href="{{cluster ? '#/cluster/'+cluster.NAME : '#/'}}">KAFKA CONNECT</a></
38
</header>
39
40
<!--if env.js is not properly defined-->
41
-<div layout="row" flex="100" ng-show="missingEnvJS">
+<div layout="row" flex="100" ng-show="clusters" ngCloak>
42
<md-card>
43
<md-card-content>
44
<h3 style="font-weight:300; color:red"><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> Missing Cluster Configuration</h3>
0 commit comments