2014-05-07 15:23:16 +02:00
|
|
|
<header class="page-header clearfix visible-xs">
|
|
|
|
<h1 class="app title">YunoHost <span class="desc">Administration</span></h1>
|
2014-05-13 01:30:22 +02:00
|
|
|
<span class="logout-button" role="button"><a class="fa-sign-out" href="#/logout" title="{{t 'logout'}}"><span class="sr-only">{{t 'logout'}}</span></a></span>
|
2014-05-07 15:23:16 +02:00
|
|
|
</header>
|
2013-09-24 22:54:48 +02:00
|
|
|
|
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>
|
|
|
|
|