add domain count to header
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user