Better indicator if no mailbox quota is set

This commit is contained in:
Johannes Zellner
2025-11-27 11:32:07 +01:00
parent 80f6d733b9
commit 09fdec8fbd

View File

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