mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-28 22:35:54 +00:00
Add ability to filter builds by "active" status
This commit is contained in:
@@ -109,7 +109,10 @@ function getAvailableTableFilters(tableKey) {
|
||||
title: '{% trans "Build status" %}',
|
||||
options: buildCodes,
|
||||
},
|
||||
|
||||
pending: {
|
||||
type: 'bool',
|
||||
title: '{% trans "Pending" %}',
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user