Add type of system log

This commit is contained in:
2023-12-14 18:31:53 +08:00
parent 78e1aa3ebd
commit 8ac27b6e61

View File

@@ -39,7 +39,11 @@ const Log: React.FC = () => {
align: 'center',
filters: [
{ text: 'Info', value: 'INFO' },
{ text: 'Statistics', value: 'STATISTICS' },
{ text: 'Login', value: 'LOGIN' },
{ text: 'Logout', value: 'LOGOUT' },
{ text: 'Register', value: 'Register' },
{ text: 'Statistic', value: 'STATISTIC' },
{ text: 'API', value: 'API' },
{ text: 'Error', value: 'ERROR' }
]
},