mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[enh] Pretty icons and better wording on system update view.
This commit is contained in:
parent
6897a68b69
commit
786a8bb4ff
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h2 class="panel-title"> {{t 'system_packages'}}</h2>
|
||||
<h2 class="panel-title"><span class="fa-fw fa-cube"></span> {{t 'system'}}</h2>
|
||||
</div>
|
||||
{{#if packages}}
|
||||
<div class="list-group">
|
||||
|
@ -37,7 +37,7 @@
|
|||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h2 class="panel-title"> {{t 'system_apps'}}</h2>
|
||||
<h2 class="panel-title"><span class="fa-fw fa-cubes"></span> {{t 'applications'}}</h2>
|
||||
</div>
|
||||
{{#if apps}}
|
||||
<div class="list-group">
|
||||
|
|
Loading…
Add table
Reference in a new issue