mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] user quota usage pourcent
This commit is contained in:
parent
86d3412941
commit
808994ed2d
2 changed files with 5 additions and 2 deletions
|
@ -46,7 +46,7 @@
|
|||
<div class="form-group">
|
||||
<label for="mailbox-quota" class="col-sm-3 control-label">{{t 'user_mailbox_quota'}}</label>
|
||||
<div class="col-sm-9">
|
||||
<input type="text" id="mailbox-quota" name="mailbox_quota" class="form-control" placeholder="{{mailbox-quota}}">
|
||||
<input type="text" id="mailbox-quota" name="mailbox_quota" class="form-control" placeholder="{{mailbox-quota.limit}}">
|
||||
<div class="help-block">{{t 'mailbox_quota_description'}}</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -35,8 +35,11 @@
|
|||
|
||||
<tr>
|
||||
<td><strong>{{t 'user_mailbox_quota'}}</strong></td>
|
||||
|
||||
{{#if mailbox-quota.use}}
|
||||
<td>{{mailbox-quota.use}} / {{mailbox-quota.limit}}</td>
|
||||
{{else}}
|
||||
<td>{{mailbox-quota}}</td>
|
||||
{{/if}}
|
||||
</tr
|
||||
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Reference in a new issue