united table of connected services with table of connectable services
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user