feat(logs): Add various log pages for tracking user activities and system events

This commit is contained in:
web
2025-08-26 11:29:12 -07:00
parent 4f7cc807af
commit d85af491aa
28 changed files with 876 additions and 252 deletions
+6 -1
View File
@@ -90,7 +90,7 @@ export const navs = [
{ title: 'Login', url: '/dashboard/log/login', icon: 'flat-color-icons:unlock' },
{ title: 'Register', url: '/dashboard/log/register', icon: 'flat-color-icons:contacts' },
{ title: 'Email', url: '/dashboard/log/email', icon: 'flat-color-icons:feedback' },
{ title: 'SMS', url: '/dashboard/log/sms', icon: 'flat-color-icons:sms' },
{ title: 'Mobile', url: '/dashboard/log/mobile', icon: 'flat-color-icons:sms' },
{ title: 'Subscribe', url: '/dashboard/log/subscribe', icon: 'flat-color-icons:workflow' },
{
title: 'Reset Subscribe',
@@ -107,6 +107,11 @@ export const navs = [
url: '/dashboard/log/server-traffic',
icon: 'flat-color-icons:statistics',
},
{
title: 'Traffic Details',
url: '/dashboard/log/traffic-details',
icon: 'flat-color-icons:combo-chart',
},
{
title: 'Balance',
url: '/dashboard/log/balance',