[fix] avoid empty whitespace for the first line of the logs display (#151)

* [fix] avoid empty whitespace for the first line of the logs display
This commit is contained in:
Laurent Peuch 2017-03-06 17:08:38 +01:00 committed by opi
parent 83127a5692
commit fd7493e9a6

View file

@ -10,9 +10,7 @@
<div class="container">
{{#logs}}
<h2>{{filename}}</h2>
<pre id="log" class="service-log">
{{filecontent}}
</pre>
<pre id="log" class="service-log">{{filecontent}}</pre>
<button data-paste-content="#log"><i class="fa-cloud-upload"></i> {{t 'upload'}}</button>
{{/logs}}
</div>