mirror of
https://github.com/ansible/awx.git
synced 2026-05-04 08:05:30 -02:30
Latest UI Inventory updates
This commit is contained in:
@@ -14,6 +14,7 @@ angular.module('GroupListDefinition', [])
|
||||
iterator: 'group',
|
||||
selectTitle: 'Add Group',
|
||||
editTitle: 'Groups',
|
||||
selectInstructions: 'Check the Select checkbox next to each group to be added, and click Finished when done. Use the green <i class=\"icon-plus\"></i> button to create a new group.',
|
||||
|
||||
fields: {
|
||||
name: {
|
||||
|
||||
@@ -13,6 +13,7 @@ angular.module('HostListDefinition', [])
|
||||
name: 'hosts',
|
||||
iterator: 'host',
|
||||
selectTitle: 'Add Host',
|
||||
selectInstructions: 'Check the Select checkbox next to each host to be added, and click Finished when done. Use the green <i class=\"icon-plus\"></i> button to create a new host.',
|
||||
editTitle: 'Hosts',
|
||||
|
||||
fields: {
|
||||
|
||||
@@ -26,7 +26,7 @@ angular.module('InventoriesListDefinition', [])
|
||||
},
|
||||
organization: {
|
||||
label: 'Organization',
|
||||
ngBind: 'inventory.organization_name',
|
||||
ngBind: 'inventory.summary_fields.organization.name',
|
||||
sourceModel: 'organization',
|
||||
sourceField: 'name'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user