diff --git a/frontend/src/pages/SettingsPage.jsx b/frontend/src/pages/SettingsPage.jsx index 79289ba..ec72f4c 100644 --- a/frontend/src/pages/SettingsPage.jsx +++ b/frontend/src/pages/SettingsPage.jsx @@ -347,61 +347,86 @@ function APIKeysSection() { )} - {/* Key Liste */} + {/* Key Liste — gruppiert nach Kunde */} {loading ? (
- {k.key.substring(0, 8)}…{k.key.substring(k.key.length - 4)}
-
- {lastUsedAgo && (
-
- {lastUsedAgo}
-
- )}
-
-
-
+ {k.key.substring(0, 8)}…{k.key.substring(k.key.length - 4)}
+
+ {lastUsedAgo && (
+
+ {lastUsedAgo}
+
+ )}
+
+
+