New: Show IndexerFlags on Interactive Search

This commit is contained in:
Qstick
2019-12-28 00:45:59 -05:00
parent f02fa629cc
commit fa2c4725be
6 changed files with 55 additions and 6 deletions

View File

@@ -63,6 +63,12 @@ const columns = [
isSortable: true,
isVisible: true
},
{
name: 'indexerFlags',
label: React.createElement(Icon, { name: icons.FLAG }),
isSortable: true,
isVisible: true
},
{
name: 'rejections',
label: React.createElement(Icon, { name: icons.DANGER }),