Inventory variables now working

This commit is contained in:
chouseknecht
2013-06-20 15:20:52 -04:00
parent 4da0beb6e7
commit b511b08014
4 changed files with 144 additions and 54 deletions

View File

@@ -118,10 +118,6 @@ angular.module('InventoryFormDefinition', [])
label: 'Name',
ngClick: "editHost(\{\{ host.id \}\}, '\{\{ host.name \}\}')"
},
description: {
label: 'Description',
ngClick: "editHost(\{\{ host.id \}\}, '\{\{ host.name \}\}')"
},
has_active_failures: {
label: 'Failures',
showValue: false,