mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02:30
Job detail page refactor
Fixed js compile error
This commit is contained in:
@@ -885,7 +885,7 @@ function JobDetailController ($rootScope, $scope, $compile, $routeParams, $log,
|
|||||||
msg: 'Call to ' + url + '. GET returned: ' + status });
|
msg: 'Call to ' + url + '. GET returned: ' + status });
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}, 300);
|
}, 300);
|
||||||
|
|
||||||
scope.HostSummaryOnTotalScroll = function(mcs) {
|
scope.HostSummaryOnTotalScroll = function(mcs) {
|
||||||
|
|||||||
Reference in New Issue
Block a user