Show total group count

This commit is contained in:
Johannes Zellner
2025-03-17 19:14:32 +01:00
parent 7cddf8ae6a
commit 00f6b878b3
3 changed files with 9 additions and 3 deletions
+2
View File
@@ -264,6 +264,8 @@ onMounted(async () => {
</div>
</template>
</TableView>
<br/>
<div>{{ $t('users.groups.count', { count: groups.length }) }}</div>
</Section>
</div>
</template>