AC-209 on inventory page, when user selects inventory node the add group buttons displays the 'create new group' dialog rather than the select dialog.

This commit is contained in:
chouseknecht
2013-07-17 17:53:18 -04:00
parent e3893f1524
commit 7e0f72de45
4 changed files with 18 additions and 7 deletions

View File

@@ -152,7 +152,8 @@ angular.module('InventoryFormDefinition', [])
ngClick: "editHost(\{\{ host.id \}\}, '\{\{ host.name \}\}')",
icon: 'icon-edit',
label: 'Edit',
awToolTip: 'Edit host'
awToolTip: 'Edit host',
'class': 'btn-inventory-edit'
},
"delete": {
ngClick: "deleteHost(\{\{ host.id \}\}, '\{\{ host.name \}\}')",