mirror of
https://github.com/ansible/awx.git
synced 2026-02-17 03:00:04 -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:
@@ -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 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' &&
|
if (scope.job_status.status === 'failed' || scope.job_status.status === 'error' &&
|
||||||
(!scope.job_status.explanation)) {
|
(!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) {
|
data.results.forEach(function(event, idx) {
|
||||||
|
|||||||
Reference in New Issue
Block a user