mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
31 lines
1.3 KiB
Text
31 lines
1.3 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">{{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">{{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">{{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">{{t 'services'}}</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">{{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">{{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">{{t 'backup'}}</h2>
|
|
</a>
|
|
</div>
|
|
|