Skip to content

Commit 9ba6106

Browse files
authored
Merge pull request #9 from Landoop/revert-4-fix/error-screen-appears-instantly
Revert "fix error screen appears instantly"
2 parents 70c833c + 5f1f919 commit 9ba6106

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="clusters" ngCloak>
38+
<div layout="row" flex="100" ng-show="missingEnvJS">
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)