diff --git a/awx/ui/static/js/controllers/Jobs.js b/awx/ui/static/js/controllers/Jobs.js index 1327412031..121f9a2b73 100644 --- a/awx/ui/static/js/controllers/Jobs.js +++ b/awx/ui/static/js/controllers/Jobs.js @@ -188,12 +188,12 @@ function JobsListController ($log, $scope, $compile, $routeParams, ClearScope, B pageSize: max_rows }); - /*$scope.refreshJobs = function() { + $scope.refreshJobs = function() { queued_scope.search('queued_job'); running_scope.search('running_job'); completed_scope.search('completed_job'); scheduled_scope.search('schedule'); - };*/ + }; $(window).resize(_.debounce(function() { resizeContainers(); diff --git a/awx/ui/static/js/widgets/HostPieChart.js b/awx/ui/static/js/widgets/HostPieChart.js index 3778b542e4..66e8cb05ea 100644 --- a/awx/ui/static/js/widgets/HostPieChart.js +++ b/awx/ui/static/js/widgets/HostPieChart.js @@ -64,7 +64,7 @@ angular.module('HostPieChartWidget', ['RestServices', 'Utilities']) .showLabels(true) .labelThreshold(0.01) .tooltipContent(function(x, y) { - return ''+x+''+ '

' + Math.floor(y) + ' hosts ' + '

'; + return ''+x+''+ '

' + Math.floor(y) + ' Hosts ' + '

'; }) .color(['#00aa00', '#aa0000']); diff --git a/awx/ui/static/less/new-dashboard.less b/awx/ui/static/less/new-dashboard.less index d780643686..7b606f6b16 100644 --- a/awx/ui/static/less/new-dashboard.less +++ b/awx/ui/static/less/new-dashboard.less @@ -63,7 +63,6 @@ } - #dashboard-tab-content table{ margin-bottom: 10px; } @@ -81,7 +80,7 @@ } } -#container4{ +#dash-jobs-list{ padding-bottom: 15px; } diff --git a/awx/ui/static/partials/jobs.html b/awx/ui/static/partials/jobs.html index 70ad198850..442dcdaae8 100644 --- a/awx/ui/static/partials/jobs.html +++ b/awx/ui/static/partials/jobs.html @@ -3,6 +3,14 @@
+ +
+
+
+
+
+
+