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">
|
||||
{{#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>
|
||||
|
|
Loading…
Add table
Reference in a new issue