From 8ac27b6e61f9580c63a51c4f10d9effad2d0daa8 Mon Sep 17 00:00:00 2001 From: FatttSnake Date: Thu, 14 Dec 2023 18:31:53 +0800 Subject: [PATCH] Add type of system log --- src/pages/system/Log.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/pages/system/Log.tsx b/src/pages/system/Log.tsx index 3ef9a0f..61df564 100644 --- a/src/pages/system/Log.tsx +++ b/src/pages/system/Log.tsx @@ -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' } ] },