Add statistics filter to log management page
This commit is contained in:
@@ -45,6 +45,7 @@ const Log: React.FC = () => {
|
||||
align: 'center',
|
||||
filters: [
|
||||
{ text: 'Info', value: 'INFO' },
|
||||
{ text: 'Statistics', value: 'STATISTICS' },
|
||||
{ text: 'Error', value: 'ERROR' }
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user