Skip to content

Commit

Permalink
IGNITE-7034 Web Console: Hide connected clusters in "Become this user…
Browse files Browse the repository at this point in the history
…" mode.
  • Loading branch information
vsisko authored and akuznetsov-os committed Jan 10, 2018
1 parent 4e24927 commit f2edb7e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
| You are now in #[b Demo Mode]. #[a(ng-click='closeDemo();') Close Demo?]

.wch-content.container
connected-clusters(ng-if='$ctrl.$rootScope.user && !$ctrl.$rootScope.IgniteDemoMode && $ctrl.isConnectedClustersVisible')
connected-clusters(ng-if='$ctrl.$rootScope.user && !$ctrl.$rootScope.IgniteDemoMode && $ctrl.isConnectedClustersVisible && !$root.user.becomeUsed')

a(ui-sref='signin')
img.wch-logo(ng-src='{{::$ctrl.branding.headerLogo}}')

.wch-slot.wch-slot-left(ng-transclude='slotLeft')
.wch-slot.wch-slot-right(ng-transclude='slotRight')

0 comments on commit f2edb7e

Please sign in to comment.