Button clean-up all Edit/View buttons now match and have a black on grey color

This commit is contained in:
chouseknecht
2013-07-17 17:23:35 -04:00
parent 49fd23d84d
commit e3893f1524
14 changed files with 11 additions and 20 deletions

View File

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