mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
no standard out download for system jobs
This commit is contained in:
parent
071b699ca8
commit
b51f8beefb
@ -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
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user