diff --git a/src/lib/components/admin/Users.svelte b/src/lib/components/admin/Users.svelte index 738496575..18dba5857 100644 --- a/src/lib/components/admin/Users.svelte +++ b/src/lib/components/admin/Users.svelte @@ -1,14 +1,38 @@ {#if loaded} - +
{$i18n.t('Groups')} @@ -146,35 +156,21 @@
{#each filteredGroups as group} -
-
-
- -
- {group.name} -
- -
- {group.user_ids.length} - -
- -
-
- -
- -
-
+ {/each}
{/if}
- +
+ +
+
+
{ + e.preventDefault(); + submitHandler(); + }} + > +
+
+
{$i18n.t('Name')}
+ +
+ +
+
+
+ +
+
{$i18n.t('Description')}
+ +
+