diff --git a/awx/ui/static/js/forms/InventoryHosts.js b/awx/ui/static/js/forms/InventoryHosts.js index 4191207e89..a05d49aa7d 100644 --- a/awx/ui/static/js/forms/InventoryHosts.js +++ b/awx/ui/static/js/forms/InventoryHosts.js @@ -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
Job Status?', @@ -48,7 +47,7 @@ angular.module('InventoryHostsFormDefinition', []) sourceModel: 'groups', sourceField: 'name', nosort: true - }, + } }, actions: { @@ -100,4 +99,4 @@ angular.module('InventoryHostsFormDefinition', []) } } - }); //InventoryHostsForm \ No newline at end of file + }); //InventoryHostsForm