mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 05:15:02 -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', {
|
||||
|
||||
addTitle: 'Create Inventory',
|
||||
editTitle: '{{ inventory_name }}',
|
||||
editTitle: '{{ inventory_name | capitalize }}',
|
||||
name: 'inventory',
|
||||
parseTypeName: 'inventoryParseType',
|
||||
well: true,
|
||||
|
||||
Reference in New Issue
Block a user