Add statistics filter to log management page

This commit is contained in:
2023-12-09 23:20:09 +08:00
parent e9ba26174d
commit 12e080ec85

View File

@@ -45,6 +45,7 @@ const Log: React.FC = () => {
align: 'center',
filters: [
{ text: 'Info', value: 'INFO' },
{ text: 'Statistics', value: 'STATISTICS' },
{ text: 'Error', value: 'ERROR' }
]
},