mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
In tools list, add an 'advanced' category
This commit is contained in:
parent
c8ead748ee
commit
adc00664c5
2 changed files with 18 additions and 9 deletions
|
@ -2,6 +2,7 @@
|
||||||
"action": "Action",
|
"action": "Action",
|
||||||
"active": "Active",
|
"active": "Active",
|
||||||
"add": "Add",
|
"add": "Add",
|
||||||
|
"advanced": "Advanced",
|
||||||
"remove": "Remove",
|
"remove": "Remove",
|
||||||
"administration_password": "Administration password",
|
"administration_password": "Administration password",
|
||||||
"allowed_users": "Allowed users",
|
"allowed_users": "Allowed users",
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
|
|
||||||
<div class="separator"></div>
|
<div class="separator"></div>
|
||||||
|
|
||||||
|
|
||||||
<div class="list-group">
|
<div class="list-group">
|
||||||
<a href="#/tools/diagnosis" class="list-group-item slide clearfix">
|
<a href="#/tools/diagnosis" class="list-group-item slide clearfix">
|
||||||
<span class="pull-right fa-chevron-right"></span>
|
<span class="pull-right fa-chevron-right"></span>
|
||||||
|
@ -19,6 +18,18 @@
|
||||||
<span class="pull-right fa-chevron-right"></span>
|
<span class="pull-right fa-chevron-right"></span>
|
||||||
<h2 class="list-group-item-heading">{{t 'migrations'}}</h2>
|
<h2 class="list-group-item-heading">{{t 'migrations'}}</h2>
|
||||||
</a>
|
</a>
|
||||||
|
<a href="#/tools/reboot" class="list-group-item slide clearfix">
|
||||||
|
<span class="pull-right fa-chevron-right"></span>
|
||||||
|
<h2 class="list-group-item-heading">{{t 'tools_shutdown_reboot'}}</h2>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="separator"></div>
|
||||||
|
<div class="separator"></div>
|
||||||
|
|
||||||
|
<h2 style="font-weight:600; padding-left:0.5em;">{{t 'advanced'}}</h2>
|
||||||
|
|
||||||
|
<div class="list-group">
|
||||||
<a href="#/tools/monitor" class="list-group-item slide clearfix">
|
<a href="#/tools/monitor" class="list-group-item slide clearfix">
|
||||||
<span class="pull-right fa-chevron-right"></span>
|
<span class="pull-right fa-chevron-right"></span>
|
||||||
<h2 class="list-group-item-heading">{{t 'monitoring'}}</h2>
|
<h2 class="list-group-item-heading">{{t 'monitoring'}}</h2>
|
||||||
|
@ -27,6 +38,10 @@
|
||||||
<span class="pull-right fa-chevron-right"></span>
|
<span class="pull-right fa-chevron-right"></span>
|
||||||
<h2 class="list-group-item-heading">{{t 'firewall'}}</h2>
|
<h2 class="list-group-item-heading">{{t 'firewall'}}</h2>
|
||||||
</a>
|
</a>
|
||||||
|
<a href="#/tools/security-feed" class="list-group-item slide">
|
||||||
|
<span class="fa-chevron-right pull-right"></span>
|
||||||
|
<h2 class="list-group-item-heading">{{t 'tools_security_feed'}}</h2>
|
||||||
|
</a>
|
||||||
<a href="#/tools/adminpw" class="list-group-item slide">
|
<a href="#/tools/adminpw" class="list-group-item slide">
|
||||||
<span class="fa-chevron-right pull-right"></span>
|
<span class="fa-chevron-right pull-right"></span>
|
||||||
<h2 class="list-group-item-heading">{{t 'tools_adminpw'}}</h2>
|
<h2 class="list-group-item-heading">{{t 'tools_adminpw'}}</h2>
|
||||||
|
@ -35,12 +50,5 @@
|
||||||
<span class="fa-chevron-right pull-right"></span>
|
<span class="fa-chevron-right pull-right"></span>
|
||||||
<h2 class="list-group-item-heading">{{t 'tools_download_ca'}}</h2>
|
<h2 class="list-group-item-heading">{{t 'tools_download_ca'}}</h2>
|
||||||
</a>
|
</a>
|
||||||
<a href="#/tools/security-feed" class="list-group-item slide">
|
|
||||||
<span class="fa-chevron-right pull-right"></span>
|
|
||||||
<h2 class="list-group-item-heading">{{t 'tools_security_feed'}}</h2>
|
|
||||||
</a>
|
|
||||||
<a href="#/tools/reboot" class="list-group-item slide clearfix">
|
|
||||||
<span class="pull-right fa-chevron-right"></span>
|
|
||||||
<h2 class="list-group-item-heading">{{t 'tools_shutdown_reboot'}}</h2>
|
|
||||||
</a>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue