mirror of
https://github.com/ansible/awx.git
synced 2026-03-29 06:45:09 -02:30
Inventory UI changes. Added action buttons to tree. Removed All Hosts group from tree (click on Inventory root node to see All Hosts). Added Create/Select buttons to hosts list. Preparing to move group/host views to modal dialog.
This commit is contained in:
@@ -76,10 +76,17 @@ angular.module('InventoryFormDefinition', [])
|
||||
add: {
|
||||
ngClick: "add('hosts')",
|
||||
icon: 'icon-plus',
|
||||
label: 'Add',
|
||||
label: 'Create Host',
|
||||
awToolTip: 'Create a new host',
|
||||
ngHide: 'createButtonShow == false'
|
||||
},
|
||||
select: {
|
||||
ngClick: "select('hosts')",
|
||||
icon: 'icon-th-large',
|
||||
label: 'Select Existing Host',
|
||||
awToolTip: 'Select an existing host',
|
||||
ngHide: 'createButtonShow == false'
|
||||
}
|
||||
},
|
||||
|
||||
fields: {
|
||||
|
||||
Reference in New Issue
Block a user