From 5e514c5849e1df9a5cf5c50dfe22bcd43f51622b Mon Sep 17 00:00:00 2001 From: Chris Houseknecht Date: Fri, 4 Apr 2014 12:58:45 -0400 Subject: [PATCH] Fixed broken popover link. --- awx/ui/static/js/controllers/Inventories.js | 2 +- awx/ui/static/js/helpers/Hosts.js | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/awx/ui/static/js/controllers/Inventories.js b/awx/ui/static/js/controllers/Inventories.js index c8f5170d14..84c966304b 100644 --- a/awx/ui/static/js/controllers/Inventories.js +++ b/awx/ui/static/js/controllers/Inventories.js @@ -179,7 +179,7 @@ function InventoriesList($scope, $rootScope, $location, $log, $routeParams, $com data.results.forEach(function(row) { html += "\n"; - html += "\n"; html += "" + ($filter('date')(row.finished,'MM/dd HH:mm:ss')).replace(/ /,'
') + ""; diff --git a/awx/ui/static/js/helpers/Hosts.js b/awx/ui/static/js/helpers/Hosts.js index 526d6c0a5a..539b535204 100644 --- a/awx/ui/static/js/helpers/Hosts.js +++ b/awx/ui/static/js/helpers/Hosts.js @@ -98,8 +98,7 @@ angular.module('HostsHelper', [ 'RestServices', 'Utilities', 'ListGenerator', 'H html = "\n"; html += "\n"; html += "\n"; - html += "\n"; - html += "\n"; + html += "\n"; html += "\n"; html += "\n"; html += "\n"; @@ -108,8 +107,7 @@ angular.module('HostsHelper', [ 'RestServices', 'Utilities', 'ListGenerator', 'H for (j=0; j < jobs.length; j++) { job = jobs[j]; html += "\n"; - html += "\n"; - html += "\n";
IDStatusStatusViewName
" + job.id + "