[UI] Additional table filters (#12186)

This commit is contained in:
Oliver 2026-06-17 15:02:07 +10:00 committed by GitHub
parent 38008d8204
commit 546958a1cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -98,11 +98,13 @@ export default function PluginListTable() {
BooleanColumn({
accessor: 'is_builtin',
sortable: false,
filter: 'builtin',
title: t`Builtin`
}),
BooleanColumn({
accessor: 'is_mandatory',
sortable: false,
filter: 'mandatory',
title: t`Mandatory`
}),
{