From 5e9055688fcc4f1f24c5feca3bb8dc78dfe79747 Mon Sep 17 00:00:00 2001 From: Greg Considine Date: Thu, 16 Mar 2017 11:39:31 -0400 Subject: [PATCH] Remove reference to unused CSS class --- awx/ui/client/src/inventories/list/inventory-list.controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/inventories/list/inventory-list.controller.js b/awx/ui/client/src/inventories/list/inventory-list.controller.js index a3894da577..ee911f285c 100644 --- a/awx/ui/client/src/inventories/list/inventory-list.controller.js +++ b/awx/ui/client/src/inventories/list/inventory-list.controller.js @@ -111,7 +111,7 @@ function InventoriesList($scope, $rootScope, $location, $log, var html, title = "Recent Jobs"; Wait('stop'); if (data.count > 0) { - html = "\n"; + html = "
\n"; html += "\n"; html += ""; html += "";
Status