mirror of
https://github.com/harness/drone.git
synced 2025-05-10 06:59:07 +08:00
hide output when job pending
This commit is contained in:
parent
ca0ba21ef6
commit
245b668b3f
@ -59,7 +59,7 @@
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<pre id="term"></pre>
|
||||
<pre id="term" ng-if="task && task.state !== 'pending'"></pre>
|
||||
</section>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user