mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[mod] Change icon to 'server' to be more different from apps which use 'cubes'
This commit is contained in:
parent
93fd1a4e31
commit
0d39dcd229
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
<div class="panel panel-default">
|
<div class="panel panel-default">
|
||||||
<div class="panel-heading">
|
<div class="panel-heading">
|
||||||
<h2 class="panel-title"><span class="fa-fw fa-cube"></span> {{t 'system'}}</h2>
|
<h2 class="panel-title"><span class="fa-fw fa-server"></span> {{t 'system'}}</h2>
|
||||||
</div>
|
</div>
|
||||||
{{#if system}}
|
{{#if system}}
|
||||||
<div class="list-group">
|
<div class="list-group">
|
||||||
|
|
Loading…
Reference in a new issue