mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
34 lines
1.9 KiB
Text
34 lines
1.9 KiB
Text
<div class="list-group">
|
|
<a href="#/users" class="list-group-item slide clearfix">
|
|
<span class="pull-right fa-chevron-right"></span>
|
|
<h2 class="list-group-item-heading"><span class="fa-fw fa-users"></span> {{t 'users'}}</h2>
|
|
</a>
|
|
<a href="#/domains" class="list-group-item slide clearfix">
|
|
<span class="pull-right fa-chevron-right"></span>
|
|
<h2 class="list-group-item-heading"><span class="fa-fw fa-globe"></span> {{t 'domains'}}</h2>
|
|
</a>
|
|
<a href="#/apps" class="list-group-item slide clearfix">
|
|
<span class="pull-right fa-chevron-right"></span>
|
|
<h2 class="list-group-item-heading"><span class="fa-fw fa-rocket"></span> {{t 'applications'}}</h2>
|
|
</a>
|
|
<a href="#/services" class="list-group-item slide clearfix">
|
|
<span class="pull-right fa-chevron-right"></span>
|
|
<h2 class="list-group-item-heading"><span class="fa-fw fa-cog"></span> {{t 'services'}}</h2>
|
|
</a>
|
|
<a href="#/firewall" class="list-group-item slide clearfix">
|
|
<span class="pull-right fa-chevron-right"></span>
|
|
<h2 class="list-group-item-heading"><span class="fa-fw fa-shield"></span> {{t 'firewall'}}</h2>
|
|
</a>
|
|
<a href="#/monitor" class="list-group-item slide clearfix">
|
|
<span class="pull-right fa-chevron-right"></span>
|
|
<h2 class="list-group-item-heading"><span class="fa-fw fa-tachometer"></span> {{t 'monitoring'}}</h2>
|
|
</a>
|
|
<a href="#/tools" class="list-group-item slide clearfix">
|
|
<span class="pull-right fa-chevron-right"></span>
|
|
<h2 class="list-group-item-heading"><span class="fa-fw fa-wrench"></span> {{t 'tools'}}</h2>
|
|
</a>
|
|
<a href="#/backup" class="list-group-item slide clearfix">
|
|
<span class="pull-right fa-chevron-right"></span>
|
|
<h2 class="list-group-item-heading"><span class="fa-fw fa-archive"></span> {{t 'backup'}}</h2>
|
|
</a>
|
|
</div>
|