mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
Hide dismiss button on the templates list panel
This commit is contained in:
parent
90d57300da
commit
df3f10d71b
@ -1,14 +1,14 @@
|
||||
<div ui-view="scheduler"></div>
|
||||
<div ui-view="form"></div>
|
||||
<at-panel ng-cloak id="htmlTemplate">
|
||||
<div ng-if="$state.is('templates')">
|
||||
<div ng-if="$state.includes('templates')">
|
||||
<at-panel-heading
|
||||
title="{{:: vm.strings.get('list.PANEL_TITLE') }}"
|
||||
hide-dismiss="true"
|
||||
badge="{{ vm.count }}">
|
||||
</at-panel-heading>
|
||||
</div>
|
||||
<div ng-if="!$state.is('templates')">
|
||||
<div ng-if="!$state.includes('templates')">
|
||||
<at-panel-heading
|
||||
title="{{:: vm.strings.get('list.PANEL_TITLE') }}"
|
||||
badge="{{ vm.count }}">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user