mirror of
https://github.com/ansible/awx.git
synced 2026-03-24 20:35:02 -02:30
Hide dismiss button on the templates list panel
This commit is contained in:
@@ -1,14 +1,14 @@
|
|||||||
<div ui-view="scheduler"></div>
|
<div ui-view="scheduler"></div>
|
||||||
<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.is('templates')">
|
<div ng-if="$state.includes('templates')">
|
||||||
<at-panel-heading
|
<at-panel-heading
|
||||||
title="{{:: vm.strings.get('list.PANEL_TITLE') }}"
|
title="{{:: vm.strings.get('list.PANEL_TITLE') }}"
|
||||||
hide-dismiss="true"
|
hide-dismiss="true"
|
||||||
badge="{{ vm.count }}">
|
badge="{{ vm.count }}">
|
||||||
</at-panel-heading>
|
</at-panel-heading>
|
||||||
</div>
|
</div>
|
||||||
<div ng-if="!$state.is('templates')">
|
<div ng-if="!$state.includes('templates')">
|
||||||
<at-panel-heading
|
<at-panel-heading
|
||||||
title="{{:: vm.strings.get('list.PANEL_TITLE') }}"
|
title="{{:: vm.strings.get('list.PANEL_TITLE') }}"
|
||||||
badge="{{ vm.count }}">
|
badge="{{ vm.count }}">
|
||||||
|
|||||||
Reference in New Issue
Block a user