Skip to content

Commit 3282c5e

Browse files
ChristinaChristina
authored andcommitted
fix error screen appears instantly
1 parent 4bec49c commit 3282c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h5><a href="{{cluster ? '#/cluster/'+cluster.NAME : '#/'}}">KAFKA CONNECT</a></
3838
</header>
3939

4040
<!--if env.js is not properly defined-->
41-
<div layout="row" flex="100" ng-show="missingEnvJS">
41+
<div layout="row" flex="100" ng-show="clusters" ngCloak>
4242
<md-card>
4343
<md-card-content>
4444
<h3 style="font-weight:300; color:red"><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> Missing Cluster Configuration</h3>

0 commit comments

Comments
 (0)