mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 16:58:46 -03:30
Job detail page re-refactor
Adjusted scroll spinner margin. Fixed js error.
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user