mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03:30
no standard out download for system jobs
This commit is contained in:
@@ -96,10 +96,11 @@ export default
|
||||
|
||||
if (data.result_stdout) {
|
||||
$('#logview-tabs li:eq(1)').show();
|
||||
var showStandardOut = (data.type !== "system_job") ? true : false;
|
||||
AddPreFormattedText({
|
||||
id: 'stdout-form-container',
|
||||
val: data.result_stdout,
|
||||
standardOut: true,
|
||||
standardOut: showStandardOut,
|
||||
jobUrl: data.url
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user