diff --git a/frontend/src/pages/AdminDashboardPage.tsx b/frontend/src/pages/AdminDashboardPage.tsx index 9a2bc18..8890ca2 100644 --- a/frontend/src/pages/AdminDashboardPage.tsx +++ b/frontend/src/pages/AdminDashboardPage.tsx @@ -34,48 +34,13 @@ export default function AdminDashboardPage() { }, []); const adminModules = [ - { - title: "Landwirte", - description: "Verwaltung der Landwirte und Betriebe", - icon: "๐จโ๐พ", - route: "/admin/landwirte", - color: "#4a7c59", - }, { title: "Benutzer", - description: "Benutzerverwaltung und Berechtigungen", + description: "Freigabe und Sperre von Benutzerkonten", icon: "๐ฅ", route: "/admin/benutzer", color: "#5b7ba8", }, - { - title: "Medikamente", - description: "Verwaltung der Medikamentenkataloge", - icon: "๐", - route: "/admin/medikamente", - color: "#8b5a7c", - }, - { - title: "Erreger", - description: "Verwaltung der Erreger und Kรผrzel", - icon: "๐ฆ ", - route: "/admin/erreger", - color: "#7c5a5a", - }, - { - title: "Antibiogramm", - description: "Verwaltung der Antibiotika-Kataloge", - icon: "๐", - route: "/admin/antibiogramm", - color: "#5a7c7c", - }, - { - title: "Berichtsvorlage", - description: "Gestaltung der PDF-Berichtsvorlagen", - icon: "๐", - route: "/report-template", - color: "#7c7c5a", - }, ]; return ( @@ -86,7 +51,7 @@ export default function AdminDashboardPage() {
Administration
- Verwalten Sie Landwirte, Benutzer, Medikamente, Erreger und Systemeinstellungen. + Verwalten Sie die Freigabe und Sperre von Benutzerkonten.
@@ -142,51 +107,7 @@ export default function AdminDashboardPage() { - {/* Schnellzugriffe */} -Schnellzugriff
-