mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
18 lines
No EOL
388 B
Text
18 lines
No EOL
388 B
Text
<div class="pull-left">
|
|
<a href="#/tools/update" class="btn btn-default slide back">
|
|
<span class="fa-chevron-left"></span> {{t 'system_update'}}
|
|
</a>
|
|
</div>
|
|
<div class="clearfix"></div>
|
|
<h1 class="view-title">{{t 'system_upgrade'}}</h1>
|
|
<div class="br"></div>
|
|
|
|
{{#if logs}}
|
|
<pre class="upgrade-log log">
|
|
{{#logs}}
|
|
{{.}}
|
|
{{/logs}}
|
|
</pre>
|
|
{{else}}
|
|
{{t 'no_log'}}
|
|
{{/if}} |