mirror of
https://github.com/ansible/awx.git
synced 2026-01-22 15:08:03 -03:30
11 lines
502 B
HTML
11 lines
502 B
HTML
<div class="at-Layout-sideNavItem" ng-click="vm.go()" ng-class="{'is-active': vm.isRoute}"
|
|
ng-show="(!systemAdminOnly || layoutVm.isSuperUser) && layoutVm.isLoggedIn &&
|
|
!layoutVm.licenseIsMissing">
|
|
<at-popover state="vm.tooltip" ng-if="!navVm.isExpanded"></at-popover>
|
|
|
|
<i class="fa {{ iconClass }}" ng-show="navVm.isExpanded"></i>
|
|
<span class="at-Layout-sideNavItemName" ng-show="navVm.isExpanded">
|
|
{{ layoutVm.getString(name) }}
|
|
</span>
|
|
</div>
|