mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
Merge pull request #2424 from mabashian/websocket-indicator-middle
Hide the socket indicator if the license is missing
This commit is contained in:
commit
3b6ab4ea5e
@ -206,6 +206,7 @@
|
||||
data-trigger="hover"
|
||||
data-container="body"
|
||||
ng-class="{'is-loggedOut' : !$root.current_user.username}"
|
||||
ng-hide="licenseMissing"
|
||||
ng-if="socketStatus && socketStatus !== 'ok'">
|
||||
<i class="fa MainMenu-socketImage"
|
||||
ng-class="socketIconClass">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user