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; }