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