.
This commit is contained in:
@@ -19,19 +19,29 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<h2 class="subtitle">Log</h2>
|
<details>
|
||||||
<pre>{{ run.log }}</pre>
|
<summary><strong>Log</strong></summary>
|
||||||
|
<div style="margin-top:0.5rem; max-height:40vh; overflow:auto; border-top:1px solid #eee; padding-top:0.5rem;">
|
||||||
|
<pre>{{ run.log }}</pre>
|
||||||
|
</div>
|
||||||
|
</details>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<h2 class="subtitle">Result (raw)</h2>
|
<details>
|
||||||
<pre>{{ result_pretty|default:run.result }}</pre>
|
<summary><strong>Result (raw)</strong></summary>
|
||||||
|
<div style="margin-top:0.5rem; max-height:40vh; overflow:auto; border-top:1px solid #eee; padding-top:0.5rem;">
|
||||||
|
<pre>{{ result_pretty|default:run.result }}</pre>
|
||||||
|
</div>
|
||||||
|
</details>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if builder_html %}
|
{% if builder_html %}
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<h2 class="subtitle">Builder HTML</h2>
|
<details>
|
||||||
<div style="border:1px solid #eee; padding:0.5rem; overflow:auto">{{ builder_html|safe }}</div>
|
<summary><strong>Builder HTML</strong></summary>
|
||||||
|
<div style="margin-top:0.5rem; border-top:1px solid #eee; padding-top:0.5rem; max-height:50vh; overflow:auto">{{ builder_html|safe }}</div>
|
||||||
|
</details>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<p class="mt-4">
|
<p class="mt-4">
|
||||||
|
|||||||
Reference in New Issue
Block a user