mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-03 20:50:24 +00:00
hide output when job pending
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<pre id="term"></pre>
|
||||
<pre id="term" ng-if="task && task.state !== 'pending'"></pre>
|
||||
</section>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user