Better indicator if no mailbox quota is set
This commit is contained in:
@@ -273,6 +273,7 @@ onMounted(async () => {
|
||||
</template>
|
||||
<template #storageQuota="mailbox">
|
||||
<span v-if="mailbox.usage && mailbox.usage.quotaLimit">{{ prettyDecimalSize(mailbox.usage.quotaLimit) }}</span>
|
||||
<span v-else>-</span>
|
||||
</template>
|
||||
<template #actions="mailbox">
|
||||
<div style="text-align: right;">
|
||||
|
||||
Reference in New Issue
Block a user