united table of connected services with table of connectable services

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-11-21 23:00:55 +01:00
parent 66dcfba457
commit f48ddfa100
3 changed files with 51 additions and 79 deletions

View File

@@ -2,7 +2,6 @@
import { user } from '../../user.svelte.js';
import { t } from '../../translations.svelte.js';
import Services from './ConnectedServices.svelte';
import LoginServiceList from './LoginServices.svelte';
import Profile from './Profile.svelte';
import UserList from './List.svelte';
@@ -19,7 +18,6 @@
<h1>{t('user_module')}</h1>
<Profile />
<Services />
{#if user.permissions.includes('LIST_USERS')}
<UserList />