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 && (