mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 03:40:42 -03: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:
parent
150c98de18
commit
1823032f3c
@ -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 ( (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 <i class=\"fa fa-external-link\"></i></a>";
|
||||
scope.job_status.explanation = "See standard out for more details";
|
||||
}
|
||||
}
|
||||
data.results.forEach(function(event, idx) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user