Add TODOs for dashboard to reorder mail and user directory

This commit is contained in:
Johannes Zellner
2025-04-16 10:45:17 +02:00
parent 06768833cc
commit ec20fb453b
5 changed files with 15 additions and 2 deletions
+3
View File
@@ -1,3 +1,4 @@
<script setup>
import { useI18n } from 'vue-i18n';
@@ -390,6 +391,8 @@ onMounted(async () => {
<Button href="#/emails-eventlog">{{ $t('eventlog.title') }}</Button>
</template>
<!-- TODO new section for test mail sending -->
<TableView :columns="columns" :model="domains" :busy="busy">
<template #status="domain">
<StateLED :busy="!domain.statusCheckDone" :state="domain.status ? 'success' : 'danger'"/>