From 7418b133be0ea42ab58c229bb0638041a69ff708 Mon Sep 17 00:00:00 2001 From: chouseknecht Date: Mon, 7 Oct 2013 09:11:37 -0400 Subject: [PATCH] Fixed compilation error. --- awx/ui/static/js/forms/InventoryHosts.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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