mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
AC-595 for form/list definitions using \{\{ \}\} replacement variables in the title, include the capitalize filter.
This commit is contained in:
parent
49a8de4efe
commit
fa9ccf1d0a
@ -11,7 +11,7 @@ angular.module('InventoryFormDefinition', [])
|
||||
'InventoryForm', {
|
||||
|
||||
addTitle: 'Create Inventory',
|
||||
editTitle: '{{ inventory_name }}',
|
||||
editTitle: '{{ inventory_name | capitalize }}',
|
||||
name: 'inventory',
|
||||
parseTypeName: 'inventoryParseType',
|
||||
well: true,
|
||||
|
||||
@ -12,7 +12,7 @@ angular.module('InventorySummaryDefinition', [])
|
||||
|
||||
name: 'groups',
|
||||
iterator: 'group',
|
||||
editTitle: '{{ inventory_name }}',
|
||||
editTitle: '{{ inventory_name | capitalize }}',
|
||||
showTitle: true,
|
||||
well: true,
|
||||
index: false,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user