mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-30 08:31:34 +00:00
Allow plugin list to be filtered by "sample" or "builtin" status (#5647)
This commit is contained in:
InvenTree
@@ -463,6 +463,14 @@ function getPluginTableFilters() {
|
||||
type: 'bool',
|
||||
title: '{% trans "Active" %}',
|
||||
},
|
||||
builtin: {
|
||||
type: 'bool',
|
||||
title: '{% trans "Builtin" %}',
|
||||
},
|
||||
sample: {
|
||||
type: 'bool',
|
||||
title: '{% trans "Sample" %}',
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user