Move login activity items from Finance menu to Admin menu
- Move 'Admin login activity' from Financial submenu to top-level Admin menu - Move 'Customer login activity' from Financial submenu to top-level Admin menu - Keep Financial menu focused on accounting: Accounts, Reports, Bank Reconciliation, Audit Trail - Login activity now easier to access at main menu level Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Haiku 4.5
parent
8646b42438
commit
0d575f5231
@@ -19,10 +19,10 @@ const ADMIN_LINKS: MenuItem[] = [
|
||||
{ href: '/admin/accounts/reports', label: 'Reports & Analysis' },
|
||||
{ href: '/admin/accounts/reconciliation', label: 'Bank Reconciliation' },
|
||||
{ href: '/admin/financial-audit', label: 'Audit Trail' },
|
||||
{ href: '/admin/login-logs', label: 'Admin login activity' },
|
||||
{ href: '/admin/customer-login-logs', label: 'Customer login activity' },
|
||||
],
|
||||
},
|
||||
{ href: '/admin/login-logs', label: 'Admin login activity' },
|
||||
{ href: '/admin/customer-login-logs', label: 'Customer login activity' },
|
||||
{ href: '/admin/products/new', label: 'Add product' },
|
||||
{ href: '/admin/products', label: 'All products' },
|
||||
{ href: '/admin/categories/new', label: 'Add category' },
|
||||
|
||||
Reference in New Issue
Block a user