Always use binary byte units
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
<td class="elide-table-cell no-padding">
|
||||
<a href="/#/email/{{ domain.domain }}" class="email-domain-list-item">
|
||||
<span ng-show="domain.inbound && domain.outbound">
|
||||
{{ domain.mailboxCount }} Mailbox(es) / Usage: {{ domain.usage | prettyMailSize }}
|
||||
{{ domain.mailboxCount }} Mailbox(es) / Usage: {{ domain.usage | prettyByteSize }}
|
||||
</span>
|
||||
<span ng-show="!domain.inbound && domain.outbound">Outbound only</span>
|
||||
<span ng-show="!domain.inbound && !domain.outbound">Disabled</span>
|
||||
|
||||
Reference in New Issue
Block a user