mirror of
https://github.com/ansible/awx.git
synced 2026-07-04 21:10:09 -02:30
Update job output styling
This commit is contained in:
committed by
Jake McDermott
parent
30c472c499
commit
5c10ce3082
@@ -5,11 +5,16 @@
|
||||
</at-panel>
|
||||
</div>
|
||||
<div class="col-md-8">
|
||||
<at-panel>
|
||||
<pre class="at-Stdout">
|
||||
<at-panel class="at-Stdout">
|
||||
<div class="at-Stdout-controls">
|
||||
<div class="pull-left"><i class="at-Stdout-controlIcon fa fa-minus-circle"></i></div>
|
||||
<div class="pull-right"><i class="at-Stdout-controlIcon fa fa-arrow-circle-down"></i></div>
|
||||
<div class="at-u-clear"></div>
|
||||
</div>
|
||||
|
||||
<pre class="at-Stdout-output">
|
||||
<table>
|
||||
<tbody ng-bind-html="vm.html">
|
||||
</tbody>
|
||||
<tbody ng-bind-html="vm.html"></tbody>
|
||||
</table>
|
||||
</pre>
|
||||
</at-panel>
|
||||
|
||||
Reference in New Issue
Block a user