Skip to content

Commit 70c833c

Browse files
authored
Merge pull request #4 from Landoop/fix/error-screen-appears-instantly
fix error screen appears instantly
2 parents 2891437 + 3282c5e commit 70c833c

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
@@ -35,7 +35,7 @@ <h5><a href="{{cluster ? '#/cluster/'+cluster.NAME : '#/'}}">KAFKA CONNECT</a></
3535
</header>
3636

3737
<!--if env.js is not properly defined-->
38-
<div layout="row" flex="100" ng-show="missingEnvJS">
38+
<div layout="row" flex="100" ng-show="clusters" ngCloak>
3939
<md-card>
4040
<md-card-content>
4141
<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)