Fixed compilation error.

This commit is contained in:
chouseknecht
2013-10-07 09:11:37 -04:00
parent b28fe1254e
commit 7418b133be

View File

@@ -20,7 +20,6 @@ angular.module('InventoryHostsFormDefinition', [])
key: true, key: true,
label: 'Name', label: 'Name',
ngClick: "editHost(\{\{ host.id \}\}, '\{\{ host.name \}\}')" ngClick: "editHost(\{\{ host.id \}\}, '\{\{ host.name \}\}')"
//columnClass: 'col-lg-3'
}, },
active_failures: { active_failures: {
label: 'Current<br>Job Status?', label: 'Current<br>Job Status?',
@@ -48,7 +47,7 @@ angular.module('InventoryHostsFormDefinition', [])
sourceModel: 'groups', sourceModel: 'groups',
sourceField: 'name', sourceField: 'name',
nosort: true nosort: true
}, }
}, },
actions: { actions: {