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:
chouseknecht
2013-05-31 23:02:18 -04:00
parent e121235ba9
commit 9ca489d5ab
5 changed files with 48 additions and 37 deletions

View File

@@ -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: {