mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
Job detail page
Included the fa-external-link icon in the View stdout for more detail link in support of the garbled playbook.
This commit is contained in:
parent
adbe2d182f
commit
d445b29ae9
@ -439,7 +439,7 @@ function JobDetailController ($location, $rootScope, $scope, $compile, $routePar
|
||||
// if we are here, there are no plays and the job has failed, let the user know they may want to consult stdout
|
||||
if (scope.job_status.status === 'failed' || scope.job_status.status === 'error' &&
|
||||
(!scope.job_status.explanation)) {
|
||||
scope.job_status.explanation = "<a href=\"/#/jobs/" + scope.job_id + "/stdout\" target=\"_blank\">View stdout for more detail</a>";
|
||||
scope.job_status.explanation = "<a href=\"/#/jobs/" + scope.job_id + "/stdout\" target=\"_blank\">View stdout for more detail <i class=\"fa fa-external-link\"></i></a>";
|
||||
}
|
||||
}
|
||||
data.results.forEach(function(event, idx) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user