add domain count to header

This commit is contained in:
Girish Ramakrishnan
2025-09-30 10:18:35 +02:00
parent 65f1260839
commit 8530a62421
+3
View File
@@ -135,6 +135,9 @@ onMounted(async () => {
<WellKnownDialog ref="wellKnownDialog" @success="refreshDomains()"/>
<Section :title="$t('domains.title')">
<template #header-title-extra>
<span style="font-weight: normal; font-size: 14px">({{ busy ? '-' : filteredDomains.length }})</span>
</template>
<template #header-buttons>
<TextInput v-model="search" :placeholder="$t('main.searchPlaceholder')"/>
<Button @click="onAdd()">{{ $t('main.action.add') }}</Button>