yunohost-admin/src/views/home.ms

31 lines
1.6 KiB
Text
Raw Normal View History

2013-09-22 21:31:51 +02:00
<div class="list-group">
2014-11-03 19:05:29 +01:00
<a href="#/users" class="list-group-item slide clearfix">
<span class="pull-right fa-chevron-right"></span>
2014-07-02 21:09:12 +02:00
<h2 class="list-group-item-heading"><span class="fa-fw fa-users"></span> {{t 'users'}}</h2>
2014-11-03 19:05:29 +01:00
</a>
<a href="#/domains" class="list-group-item slide clearfix">
<span class="pull-right fa-chevron-right"></span>
2014-07-02 21:09:12 +02:00
<h2 class="list-group-item-heading"><span class="fa-fw fa-globe"></span> {{t 'domains'}}</h2>
2014-11-03 19:05:29 +01:00
</a>
<a href="#/apps" class="list-group-item slide clearfix">
<span class="pull-right fa-chevron-right"></span>
2014-07-02 21:09:12 +02:00
<h2 class="list-group-item-heading"><span class="fa-fw fa-rocket"></span> {{t 'applications'}}</h2>
2014-11-03 19:05:29 +01:00
</a>
<a href="#/services" class="list-group-item slide clearfix">
<span class="pull-right fa-chevron-right"></span>
2014-07-02 21:09:12 +02:00
<h2 class="list-group-item-heading"><span class="fa-fw fa-cog"></span> {{t 'services'}}</h2>
2014-11-03 19:05:29 +01:00
</a>
<a href="#/tools/update" class="list-group-item slide">
<span class="fa-chevron-right pull-right"></span>
<h2 class="list-group-item-heading"><span class="fa-fw fa-refresh"></span> {{t 'system_update'}}</h2>
2014-11-03 19:05:29 +01:00
</a>
<a href="#/tools" class="list-group-item slide clearfix">
<span class="pull-right fa-chevron-right"></span>
2014-07-02 21:09:12 +02:00
<h2 class="list-group-item-heading"><span class="fa-fw fa-wrench"></span> {{t 'tools'}}</h2>
2014-11-03 19:05:29 +01:00
</a>
<a href="#/backup" class="list-group-item slide clearfix">
<span class="pull-right fa-chevron-right"></span>
2014-07-02 21:09:12 +02:00
<h2 class="list-group-item-heading"><span class="fa-fw fa-archive"></span> {{t 'backup'}}</h2>
2014-11-03 19:05:29 +01:00
</a>
2013-09-22 21:31:51 +02:00
</div>