show quota info only for remote wallets
This commit is contained in:
parent
e3d260883c
commit
53a7278123
1 changed files with 13 additions and 11 deletions
|
|
@ -33,15 +33,17 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="line-dashed-h m20b"></div>
|
<div ng-show="$rootScope.quotaPerItem">
|
||||||
|
<div class="line-dashed-h m20b"></div>
|
||||||
|
|
||||||
<div class="row size-12 m20b">
|
<div class="row size-12 m20b">
|
||||||
<div class="large-12 columns">
|
<div class="large-12 columns">
|
||||||
<div ng-if="perItem">
|
<div ng-if="perItem">
|
||||||
Your current server usage quotas are: <b>{{perItem}}kB</b> per wallet and up to <b>{{nrWallets}}</b> wallets.
|
Your current server usage quotas are: <b>{{perItem}}kB</b> per wallet and up to <b>{{nrWallets}}</b> wallets.
|
||||||
</div>
|
</div>
|
||||||
<div ng-if="$root.needsEmailConfirmation" class="m10t">
|
<div ng-if="$root.needsEmailConfirmation" class="m10t">
|
||||||
<i class="fi-alert"></i> Confirm your email address to increase storage usage limits.
|
<i class="fi-alert"></i> Confirm your email address to increase storage usage limits.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue