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