From f09fdf2ef7d3a0866c32e49d6259e24cac4223f6 Mon Sep 17 00:00:00 2001 From: Albrecht Degering Date: Tue, 21 Jul 2026 12:06:44 +0200 Subject: [PATCH] refactor(webui): use central forms and table actions --- .../organizations/OrganizationsAdminPanel.tsx | 2 +- .../organizations/OrganizationsPage.tsx | 38 ++++++++----------- webui/src/styles/organizations.css | 13 +------ 3 files changed, 17 insertions(+), 36 deletions(-) diff --git a/webui/src/features/organizations/OrganizationsAdminPanel.tsx b/webui/src/features/organizations/OrganizationsAdminPanel.tsx index 773d59d..1821f1c 100644 --- a/webui/src/features/organizations/OrganizationsAdminPanel.tsx +++ b/webui/src/features/organizations/OrganizationsAdminPanel.tsx @@ -121,7 +121,7 @@ export default function OrganizationsAdminPanel({ settings, auth }: { settings: -
+