port log pre template
This commit is contained in:
parent
29e8bb5633
commit
0b5715fe43
|
@ -1,4 +1,14 @@
|
||||||
<pre id="log" class="ansi"><a href="#" id="tail" {{action toggleTailing target="view"}}>
|
<div id="log-container">
|
||||||
<span class="status"></span>
|
<a href="#" id="tail" {{action toggleTailing target="view"}}>
|
||||||
<label>Follow logs</label>
|
<span class="status"></span>
|
||||||
</a></pre>
|
<label>Follow logs</label>
|
||||||
|
</a>
|
||||||
|
<pre id="log" class="ansi"></pre>
|
||||||
|
|
||||||
|
{{#if view.isLimited}}
|
||||||
|
<p class="warning">
|
||||||
|
This log is too long to be displayed. Please reduce the verbosity of your
|
||||||
|
build or download the the <a {{bindAttr href="view.plainTextLogUrl"}}>raw log</a>.
|
||||||
|
</p>
|
||||||
|
{{/if}}
|
||||||
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user