From 8b67f28ace8aeca367c59e4fbff1961781e6a51f Mon Sep 17 00:00:00 2001 From: Albrecht Degering Date: Wed, 19 Aug 2026 14:26:26 +0200 Subject: [PATCH] Adopt semantic organization action layout --- .../features/organizations/OrganizationsPage.tsx | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/webui/src/features/organizations/OrganizationsPage.tsx b/webui/src/features/organizations/OrganizationsPage.tsx index 96224d8..08e0c01 100644 --- a/webui/src/features/organizations/OrganizationsPage.tsx +++ b/webui/src/features/organizations/OrganizationsPage.tsx @@ -14,6 +14,7 @@ import { FormLayout, ActionToolbar, IconButton, LoadingFrame, ModuleSubnav, + PageActionBar, PageLayout, StatusBadge, TableActionGroup, @@ -1000,12 +1001,13 @@ export default function OrganizationsPage({ const content = ( <> - - - - )} + } + helpAction={} + />} mode={mode === "workspace" ? "workspace" : "embedded"} headerLoading={loading} error={error}