mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[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:
parent
83127a5692
commit
fd7493e9a6
1 changed files with 1 additions and 3 deletions
|
@ -10,9 +10,7 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
{{#logs}}
|
{{#logs}}
|
||||||
<h2>{{filename}}</h2>
|
<h2>{{filename}}</h2>
|
||||||
<pre id="log" class="service-log">
|
<pre id="log" class="service-log">{{filecontent}}</pre>
|
||||||
{{filecontent}}
|
|
||||||
</pre>
|
|
||||||
<button data-paste-content="#log"><i class="fa-cloud-upload"></i> {{t 'upload'}}</button>
|
<button data-paste-content="#log"><i class="fa-cloud-upload"></i> {{t 'upload'}}</button>
|
||||||
{{/logs}}
|
{{/logs}}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue