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