mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 00:17:03 +03:00
Resolve quota issue #75
This commit is contained in:
parent
ebfc2a705b
commit
687afdef6a
2 changed files with 2 additions and 4 deletions
|
|
@ -187,8 +187,6 @@ export class MessageListMailBoxUserView extends AbstractViewRight {
|
||||||
|
|
||||||
this.hasCheckedOrSelectedLines = MessageUserStore.hasCheckedOrSelected,
|
this.hasCheckedOrSelectedLines = MessageUserStore.hasCheckedOrSelected,
|
||||||
|
|
||||||
this.quotaTooltip = this.quotaTooltip.bind(this);
|
|
||||||
|
|
||||||
this.selector = new Selector(
|
this.selector = new Selector(
|
||||||
MessageUserStore.list,
|
MessageUserStore.list,
|
||||||
MessageUserStore.selectorMessageSelected,
|
MessageUserStore.selectorMessageSelected,
|
||||||
|
|
@ -887,7 +885,7 @@ export class MessageListMailBoxUserView extends AbstractViewRight {
|
||||||
SIZE: FileInfo.friendlySize(this.userUsageSize()),
|
SIZE: FileInfo.friendlySize(this.userUsageSize()),
|
||||||
PROC: this.userUsageProc(),
|
PROC: this.userUsageProc(),
|
||||||
LIMIT: FileInfo.friendlySize(this.userQuota())
|
LIMIT: FileInfo.friendlySize(this.userQuota())
|
||||||
});
|
}).replace(/<[^>]+>/g, '');
|
||||||
}
|
}
|
||||||
|
|
||||||
initUploaderForAppend() {
|
initUploaderForAppend() {
|
||||||
|
|
|
||||||
|
|
@ -251,7 +251,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="b-footer thm-message-list-bottom-toolbar">
|
<div class="b-footer thm-message-list-bottom-toolbar">
|
||||||
<span data-bind="visible: 0 < userUsageProc(), attr: { title: quotaTooltip }" class="e-quota">
|
<span data-bind="visible: 0 < userUsageProc(), attr: { title: quotaTooltip() }" class="e-quota">
|
||||||
<span data-bind="text: userUsageProc"></span>%
|
<span data-bind="text: userUsageProc"></span>%
|
||||||
</span>
|
</span>
|
||||||
<div class="pull-right">
|
<div class="pull-right">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue