feat: implement new audit logs page with filtering and infinite scroll, replacing the old 'Bitácora' page and updating sidebar navigation.
This commit is contained in:
@@ -78,8 +78,8 @@ export function getSidebarData(): SidebarData {
|
||||
items: [],
|
||||
},
|
||||
{
|
||||
title: "Bitácora",
|
||||
url: "/dashboard/bitacora",
|
||||
title: m["sidebar.audit_logs"](),
|
||||
url: "/dashboard/audit_logs",
|
||||
icon: Shield,
|
||||
items: [],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user