2013-09-22 21:31:51 +02:00
|
|
|
<div class="list-group">
|
2014-05-13 16:37:05 +02:00
|
|
|
<a href="#/users" class="list-group-item slide clearfix">
|
2014-05-07 15:23:16 +02:00
|
|
|
<span class="pull-right fa-chevron-right"></span>
|
2014-05-13 16:37:05 +02:00
|
|
|
<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>
|
2014-05-13 22:56:43 +02:00
|
|
|
<a href="#/apps" class="list-group-item slide clearfix">
|
2014-05-13 16:37:05 +02:00
|
|
|
<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>
|
2014-05-07 15:23:16 +02:00
|
|
|
</a>
|
2013-09-22 21:31:51 +02:00
|
|
|
</div>
|
|
|
|
|