show quota info only for remote wallets

This commit is contained in:
Gustavo Maximiliano Cortez 2015-01-22 14:44:27 -03:00
commit 53a7278123

View file

@ -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>