hide output when job pending

This commit is contained in:
Brad Rydzewski 2015-05-18 21:59:58 -07:00
parent ca0ba21ef6
commit 245b668b3f

View file

@ -59,7 +59,7 @@
</section> </section>
<section> <section>
<pre id="term"></pre> <pre id="term" ng-if="task && task.state !== 'pending'"></pre>
</section> </section>