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,
label: 'Name',
ngClick: "editHost(\{\{ host.id \}\}, '\{\{ host.name \}\}')"
//columnClass: 'col-lg-3'
},
active_failures: {
label: 'Current<br>Job Status?',
@ -48,7 +47,7 @@ angular.module('InventoryHostsFormDefinition', [])
sourceModel: 'groups',
sourceField: 'name',
nosort: true
},
}
},
actions: {
@ -100,4 +99,4 @@ angular.module('InventoryHostsFormDefinition', [])
}
}
}); //InventoryHostsForm
}); //InventoryHostsForm