diff --git a/src/pages/system/Log.tsx b/src/pages/system/Log.tsx index 925118c..1e7e36a 100644 --- a/src/pages/system/Log.tsx +++ b/src/pages/system/Log.tsx @@ -45,6 +45,7 @@ const Log: React.FC = () => { align: 'center', filters: [ { text: 'Info', value: 'INFO' }, + { text: 'Statistics', value: 'STATISTICS' }, { text: 'Error', value: 'ERROR' } ] },