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