From db66320d68891927032944bd5a09c4059156f6ca Mon Sep 17 00:00:00 2001 From: Albrecht Degering Date: Wed, 19 Aug 2026 14:26:26 +0200 Subject: [PATCH] Adopt semantic operations action layout --- webui/src/features/ops/OpsPage.tsx | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/webui/src/features/ops/OpsPage.tsx b/webui/src/features/ops/OpsPage.tsx index 9a88fdf..4b8fb02 100644 --- a/webui/src/features/ops/OpsPage.tsx +++ b/webui/src/features/ops/OpsPage.tsx @@ -11,6 +11,7 @@ import { ContentGrid, DocumentationHelpLink, LoadingFrame, MetricCard, + PageActionBar, PageLayout, StatusBadge, TableActionGroup, @@ -123,16 +124,17 @@ export default function OpsPage({ settings, auth }: {settings: ApiSettings;auth: return ( - - - - - } + actions={ void load()} disabled={loading} disabledReason={loading ? OPS_I18N.loading : undefined}> i18n:govoplan-ops.reload.cce71553} + helpAction={} + primaryActions={} + />} > {status && !ready && (