Initial state for GitNexus analysis
This commit is contained in:
19
apps/web/app/[locale]/admin/modules/page.tsx
Normal file
19
apps/web/app/[locale]/admin/modules/page.tsx
Normal file
@@ -0,0 +1,19 @@
|
||||
export default async function AdminModulesPage() {
|
||||
return (
|
||||
<div className="flex flex-col gap-6">
|
||||
<div>
|
||||
<h1 className="text-2xl font-bold">Module-Übersicht</h1>
|
||||
<p className="text-muted-foreground">
|
||||
Mandantenübergreifende Modulverwaltung
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div className="rounded-lg border p-6">
|
||||
<p className="text-sm text-muted-foreground">
|
||||
Hier werden alle Module über alle Mandanten hinweg angezeigt.
|
||||
Ermöglicht die zentrale Verwaltung von Modulvorlagen und -konfigurationen.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user