show filtered user count
This commit is contained in:
@@ -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 ..." />
|
||||
|
||||
Reference in New Issue
Block a user