show filtered user count

This commit is contained in:
Girish Ramakrishnan
2025-09-24 07:39:10 +02:00
parent 814a48c55f
commit 59ccf845b5
+1 -1
View File
@@ -228,7 +228,7 @@ onMounted(async () => {
<Section :title="$t('main.navbar.users')">
<template #header-title-extra>
<span style="font-weight: normal; font-size: 14px">({{ busy ? '-' : users.length }})</span>
<span style="font-weight: normal; font-size: 14px">({{ busy ? '-' : filteredUsers.length }})</span>
</template>
<template #header-buttons>
<TextInput v-model="search" placeholder="Search ..." />