mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Add apps infos in backup_info
This commit is contained in:
parent
007ab86545
commit
1c5e5a0a2c
1 changed files with 4 additions and 2 deletions
|
@ -41,14 +41,16 @@
|
|||
<input type="checkbox" id="{{@key}}" name="system_parts" value="{{value}}" checked class="nice-checkbox">
|
||||
<label for="{{@key}}" class="pull-right"><span class="sr-only">{{t 'check'}}</span></label>
|
||||
<h2 class="list-group-item-heading">{{name}}</h2>
|
||||
<p class="list-group-item-text">{{description}}</p>
|
||||
<p class="list-group-item-text">{{t 'description'}} - {{description}}</p>
|
||||
</div>
|
||||
{{/each}}
|
||||
{{#each apps}}
|
||||
<div class="list-group-item">
|
||||
<input type="checkbox" id="{{@key}}" name="apps" value="{{@key}}" checked class="nice-checkbox">
|
||||
<label for="{{@key}}" class="pull-right"><span class="sr-only">{{t 'check'}}</span></label>
|
||||
<h2 class="list-group-item-heading">{{name}} <small>{{@key}}</small></h2>
|
||||
<h2 class="list-group-item-heading">{{name}} <small>{{@key}} ({{ humanSize size }})</small></h2>
|
||||
<p class="list-group-item-text">{{t 'description'}} - {{description}}</p>
|
||||
<p class="list-group-item-text">{{t 'version'}} - {{version}}</p>
|
||||
</div>
|
||||
{{/each}}
|
||||
<div class="list-group-item clearfix">
|
||||
|
|
Loading…
Reference in a new issue