Don't refer to a different page for stdout - it's on the same page now.

Related to #1557.
This commit is contained in:
Bill Nottingham 2016-05-19 16:05:37 -04:00
parent 150c98de18
commit 1823032f3c

View File

@ -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) {