mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
fix panel title and badge for new projects list
This commit is contained in:
parent
8057438c67
commit
d61cd519d7
@ -2,11 +2,10 @@
|
||||
<div ui-view="form"></div>
|
||||
<at-panel ng-cloak id="htmlTemplate">
|
||||
<div ng-if="$state.includes('projects')">
|
||||
<at-panel-heading hide-dismiss="true">
|
||||
{{:: vm.strings.get('list.PANEL_TITLE') }}
|
||||
<div class="at-Panel-headingTitleBadge" ng-show="vm.count">
|
||||
{{ vm.count }}
|
||||
</div>
|
||||
<at-panel-heading
|
||||
title="{{:: vm.strings.get('list.PANEL_TITLE') }}"
|
||||
hide-dismiss="true"
|
||||
badge="{{ vm.count }}">
|
||||
</at-panel-heading>
|
||||
</div>
|
||||
<div ui-view="projectsList"></div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user