1
0
Fork 0
mirror of synced 2024-09-28 23:41:23 +12:00

Updated output logs

This commit is contained in:
Eldad Fux 2020-08-06 08:55:02 +03:00
parent c97b61d8ae
commit 6bbec799de

View file

@ -386,8 +386,9 @@ $timeout = $this->getParam('timeout', 900);
<h1>STDOUT</h1> <h1>STDOUT</h1>
<div class="margin-bottom" data-ls-if="({{execution.stdout.length}})"> <div class="margin-bottom ide" data-ls-if="({{execution.stdout.length}})">
<input type="hidden" data-ls-bind="{{execution.stdout}}" data-forms-code="bash" /> <pre data-ls-bind="{{execution.stdout}}"></pre>
<!-- <input type="hidden" data-ls-bind="{{execution.stdout}}" data-forms-code="bash" /> -->
</div> </div>
<div class="margin-bottom" data-ls-if="(!{{execution.stdout.length}})"> <div class="margin-bottom" data-ls-if="(!{{execution.stdout.length}})">
@ -400,8 +401,9 @@ $timeout = $this->getParam('timeout', 900);
<h1>STDERR</h1> <h1>STDERR</h1>
<div class="margin-bottom" data-ls-if="({{execution.stderr.length}})"> <div class="margin-bottom ide" data-ls-if="({{execution.stderr.length}})">
<input type="hidden" data-ls-bind="{{execution.stderr}}" data-forms-code="bash" /> <pre data-ls-bind="{{execution.stderr}}"></pre>
<!-- <input type="hidden" data-ls-bind="{{execution.stderr}}" data-forms-code="bash" /> -->
</div> </div>
<div class="margin-bottom" data-ls-if="(!{{execution.stderr.length}})"> <div class="margin-bottom" data-ls-if="(!{{execution.stderr.length}})">