mirror of
https://github.com/ansible/awx.git
synced 2026-03-22 19:35:02 -02:30
Don't refer to a different page for stdout - it's on the same page now.
Related to #1557.
This commit is contained in:
@@ -435,7 +435,7 @@ export default
|
|||||||
// 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 <i class=\"fa fa-external-link\"></i></a>";
|
scope.job_status.explanation = "See standard out for more details";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
data.results.forEach(function(event, idx) {
|
data.results.forEach(function(event, idx) {
|
||||||
|
|||||||
Reference in New Issue
Block a user