mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Affichage niveau des apps dans l'admin
This commit is contained in:
parent
ba3cac62c2
commit
130fa487bb
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
<a href="#/apps/install/{{id}}" class="list-group-item slide" title="{{t 'install'}}">
|
<a href="#/apps/install/{{id}}" class="list-group-item slide" title="{{t 'install'}}">
|
||||||
<span class="fa-chevron-right pull-right"></span>
|
<span class="fa-chevron-right pull-right"></span>
|
||||||
<h2 class="list-group-item-heading">
|
<h2 class="list-group-item-heading">
|
||||||
{{name}} <small>{{id}}</small>
|
{{name}} <small>{{id}} (Level {{level}})</small>
|
||||||
{{#installed}}<span class="badge badge-success" title="{{t 'status'}}">{{t 'installed'}}</span>{{/installed}}
|
{{#installed}}<span class="badge badge-success" title="{{t 'status'}}">{{t 'installed'}}</span>{{/installed}}
|
||||||
</h2>
|
</h2>
|
||||||
<p class="list-group-item-text">{{description}}</p>
|
<p class="list-group-item-text">{{description}}</p>
|
||||||
|
|
Loading…
Add table
Reference in a new issue