mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Add 'no installed apps' warning.
This commit is contained in:
parent
c6f25babd6
commit
ca6709172a
1 changed files with 8 additions and 0 deletions
|
@ -32,4 +32,12 @@
|
||||||
<p class="list-group-item-text">{{Description.en}}</p>
|
<p class="list-group-item-text">{{Description.en}}</p>
|
||||||
</a>
|
</a>
|
||||||
{{/Apps}}
|
{{/Apps}}
|
||||||
|
|
||||||
|
{{^Apps}}
|
||||||
|
<div class="alert alert-warning">
|
||||||
|
<span class="glyphicon glyphicon-exclamation-sign"></span>
|
||||||
|
No installed apps.
|
||||||
|
</div>
|
||||||
|
{{/Apps}}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue