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