From 3ffdb45efe239b7249d3506bb29f70f8bc638878 Mon Sep 17 00:00:00 2001 From: Chris Houseknecht Date: Wed, 9 Jul 2014 23:49:14 -0400 Subject: [PATCH] Job detail page re-refactor Adjusted scroll spinner margin. Fixed js error. --- awx/ui/static/js/controllers/JobDetail.js | 1 - awx/ui/static/less/job-details.less | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/awx/ui/static/js/controllers/JobDetail.js b/awx/ui/static/js/controllers/JobDetail.js index 476075f708..b8719b9beb 100644 --- a/awx/ui/static/js/controllers/JobDetail.js +++ b/awx/ui/static/js/controllers/JobDetail.js @@ -1093,7 +1093,6 @@ function JobDetailController ($location, $rootScope, $scope, $compile, $routePar }; scope.editHost = function(id) { - console.log('clicked edit for host: ' + id); HostsEdit({ host_scope: scope, group_scope: null, diff --git a/awx/ui/static/less/job-details.less b/awx/ui/static/less/job-details.less index 0656219d61..a20e6afd6b 100644 --- a/awx/ui/static/less/job-details.less +++ b/awx/ui/static/less/job-details.less @@ -120,6 +120,7 @@ background-color: transparent; color:#000; float:right; + margin-right: 5px; } #hostResultsMoreRows.scroll-spinner { @@ -128,6 +129,10 @@ top: 12px; } + #hostSummariesMoreRows.scroll-spinner { + margin-right: 0; + } + .failed-hosts { background-color: @failed-hosts-color; }