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) => ( -