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.
2 parents 70c833c + 5f1f919 commit 9ba6106Copy full SHA for 9ba6106
index.html
@@ -35,7 +35,7 @@ <h5><a href="{{cluster ? '#/cluster/'+cluster.NAME : '#/'}}">KAFKA CONNECT</a></
35
</header>
36
37
<!--if env.js is not properly defined-->
38
-<div layout="row" flex="100" ng-show="clusters" ngCloak>
+<div layout="row" flex="100" ng-show="missingEnvJS">
39
<md-card>
40
<md-card-content>
41
<h3 style="font-weight:300; color:red"><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> Missing Cluster Configuration</h3>
0 commit comments