mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-03-31 19:56:35 +00:00
feat: add "restricted" column to oidc client table
This commit is contained in:
@@ -119,6 +119,7 @@
|
||||
column: 'disabled',
|
||||
cell: StatusCell,
|
||||
sortable: true,
|
||||
value: (item) => (item.disabled ? m.disabled() : m.enabled()),
|
||||
filterableValues: [
|
||||
{
|
||||
label: m.enabled(),
|
||||
|
||||
Reference in New Issue
Block a user