mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Fix the creation of a backup
This commit is contained in:
parent
cecc830d1d
commit
54721633c8
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
||||||
<div class="list-group">
|
<div class="list-group">
|
||||||
{{#each apps}}
|
{{#each apps}}
|
||||||
<div class="list-group-item">
|
<div class="list-group-item">
|
||||||
<input type="checkbox" id="{{id}}" name="apps" value="1" checked class="nice-checkbox">
|
<input type="checkbox" id="{{id}}" name="apps" value="{{id}}" checked class="nice-checkbox">
|
||||||
<label for="{{id}}" class="pull-right"><span class="sr-only">{{t 'check'}}</span></label>
|
<label for="{{id}}" class="pull-right"><span class="sr-only">{{t 'check'}}</span></label>
|
||||||
<h2 class="list-group-item-heading">{{label}} <small>{{id}}</small></h2>
|
<h2 class="list-group-item-heading">{{label}} <small>{{id}}</small></h2>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue