port log pre template

This commit is contained in:
Sven Fuchs 2013-02-22 17:09:14 +01:00
parent 29e8bb5633
commit 0b5715fe43

View File

@ -1,4 +1,14 @@
<pre id="log" class="ansi"><a href="#" id="tail" {{action toggleTailing target="view"}}>
<span class="status"></span>
<label>Follow logs</label>
</a></pre>
<div id="log-container">
<a href="#" id="tail" {{action toggleTailing target="view"}}>
<span class="status"></span>
<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>