hide output when job pending
This commit is contained in:
parent
ca0ba21ef6
commit
245b668b3f
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<pre id="term"></pre>
|
<pre id="term" ng-if="task && task.state !== 'pending'"></pre>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue