Add custom user filter for 'starred' status

This commit is contained in:
Oliver Walters 2020-04-13 21:30:34 +10:00
parent 124fab3eee
commit 90ac3a5a8a

View File

@ -89,6 +89,10 @@ function getAvailableTableFilters(tableKey) {
type: 'bool',
title: '{% trans "Component" %}',
},
starred: {
type: 'bool',
title: '{% trans "Starred" %}',
},
};
}