Fix RBAC client action visibility

This commit is contained in:
2026-07-21 21:39:56 +01:00
parent 5eff70755b
commit cfca5bfe3b
6 changed files with 38 additions and 10 deletions
+1
View File
@@ -28,6 +28,7 @@ const PERMISSION_SECTIONS = [
{ key: 'read', name: 'Read', description: 'View the screen list and open screen details.' },
{ key: 'create', name: 'Create', description: 'Create new screens.' },
{ key: 'edit', name: 'Update', description: 'Edit screens and send screen commands.' },
{ key: 'allow', name: 'Allow', description: 'Use the connected client actions on the screen page.' },
{ key: 'delete', name: 'Delete', description: 'Delete screens.' }
]
},