parent
08ee2eeb5c
commit
b295e4f09c
|
@ -238,7 +238,7 @@
|
||||||
<dt class="col-md-3"></dt>
|
<dt class="col-md-3"></dt>
|
||||||
<dd class="col-md-9">
|
<dd class="col-md-9">
|
||||||
<button type="button" class="btn btn-link" style="float: right;" data-toggle="modal" data-target="#modal_last_output">
|
<button type="button" class="btn btn-link" style="float: right;" data-toggle="modal" data-target="#modal_last_output">
|
||||||
See complete...
|
Show more...
|
||||||
</button>
|
</button>
|
||||||
</dd>
|
</dd>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -252,7 +252,7 @@
|
||||||
<dt class="col-md-3"></dt>
|
<dt class="col-md-3"></dt>
|
||||||
<dd class="col-md-9">
|
<dd class="col-md-9">
|
||||||
<button type="button" class="btn btn-link" style="float: right;" data-toggle="modal" data-target="#modal_last_error">
|
<button type="button" class="btn btn-link" style="float: right;" data-toggle="modal" data-target="#modal_last_error">
|
||||||
See complete...
|
Show more...
|
||||||
</button>
|
</button>
|
||||||
</dd>
|
</dd>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -347,7 +347,7 @@
|
||||||
<span aria-hidden="true">×</span>
|
<span aria-hidden="true">×</span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body" style="word-wrap: break-word;font-family: Mono">
|
<div class="modal-body" style="word-wrap: break-word;">
|
||||||
{{ last_output|nl2br }}
|
{{ last_output|nl2br }}
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
|
@ -366,7 +366,7 @@
|
||||||
<span aria-hidden="true">×</span>
|
<span aria-hidden="true">×</span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body" style="word-wrap: break-word;font-family: Mono">
|
<div class="modal-body" style="word-wrap: break-word;">
|
||||||
{{ last_error_output|nl2br }}
|
{{ last_error_output|nl2br }}
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
|
@ -375,4 +375,4 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue