From d098e3e9dd43bb4381a6c3a0417fe670b687b13c Mon Sep 17 00:00:00 2001 From: Albrecht Degering Date: Tue, 21 Jul 2026 12:01:24 +0200 Subject: [PATCH] refactor(webui): use central form layout --- webui/src/features/IdmPage.tsx | 38 ++++++++++------------------------ webui/src/styles/idm.css | 24 +-------------------- 2 files changed, 12 insertions(+), 50 deletions(-) diff --git a/webui/src/features/IdmPage.tsx b/webui/src/features/IdmPage.tsx index 9866162..11a2f0a 100644 --- a/webui/src/features/IdmPage.tsx +++ b/webui/src/features/IdmPage.tsx @@ -12,6 +12,8 @@ import { LoadingFrame, PageTitle, StatusBadge, + TableActionGroup, + ToggleSwitch, hasScope, useUnsavedDraftGuard, type ApiSettings, @@ -559,14 +561,10 @@ export default function IdmPage({ settings, auth }: IdmPageProps) { }, { id: "actions", - header: "", - width: 88, + header: "Actions", + width: 72, sticky: "end", - render: (row) => ( -
-
- ) + render: (row) =>