Workspace/Build/RAD Admin

RAD Admin

Build · Administration

RAD Admin

Server-rendered administration with filters, bulk actions, and guarded destructive operations.

Users
248
Roles
16
Pending Invites
9
Policy Drift!
2

Workspace Users

RAD-style CRUD table with filters and guarded destructive actions.

1 selected
MemberRoleStatusSecurityLast activeActions
ALAda Lovelaceada@batoi.comOwnerActive2FA5 min ago
Bhubaneswar
GHGrace Hoppergrace@batoi.comAdminInvitedNo 2FAAwaiting accept
Bengaluru
KJKatherine Johnsonkatherine@batoi.comAnalystActive2FA API1 hr ago
Mumbai
MJMary Jacksonmary@batoi.comSupportSuspendedNo 2FAyesterday
Delhi
HLHedy Lamarrhedy@batoi.comAdminActive2FA12 min ago
Pune
RPRadia Perlmanradia@batoi.comAnalystActive2FA API3 hr ago
Hyderabad
6 of 248 users · sorted by last active
Page 1 of 42

Drawer Form Pattern

Server-validated user form. Submits via UIF AJAX action with a confirmation prompt for destructive operations.

UIF: form.ajax
read:recordswrite:recordspublish:flowsdeploy:radmanage:secretsaudit:read

UIF Markup

The destructive action pattern, in canonical UIF attributes.

<button
  data-uif="ajax"
  data-uif-action="/users/suspend"
  data-uif-confirm="Suspend this user?"
  data-uif-target="#user-region"
  data-uif-method="POST"
>
  Suspend
</button>
data-uifBind a UIF action handler to this element.
data-uif-confirmShow a guarded confirmation before submit.
data-uif-targetRegion replaced by the server response.