mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-29 04:03:35 -05:00
11 lines
501 B
HTML
11 lines
501 B
HTML
<a class="at-Layout-sideNavItem" ui-sref="{{ route }}" 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>
|
|
</a>
|