mirror of
http://172.20.10.11:3000/gitadmin/INSIGHT-MVP.git
synced 2026-06-25 00:36:39 +02:00
chore: hide Mandanten tab from admin navigation
Temporarily removed until multi-tenancy is implemented. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
96834c541c
commit
8f738cadb5
1 changed files with 0 additions and 1 deletions
|
|
@ -3,7 +3,6 @@ import styles from './AdminLayout.module.css';
|
|||
|
||||
const tabs = [
|
||||
{ to: '/admin/users', label: 'Benutzer' },
|
||||
{ to: '/admin/tenants', label: 'Mandanten' },
|
||||
{ to: '/admin/sso', label: 'SSO-Konfiguration' },
|
||||
{ to: '/admin/external-links', label: 'Externe Links' },
|
||||
{ to: '/admin/customize', label: 'Anpassungen' },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue