mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
Hide the socket indicator if the license is missing
This commit is contained in:
parent
90d424b7a6
commit
7948e3e6c5
@ -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