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:
Galindo97
2026-02-10 14:21:00 -06:00
parent f90e20469a
commit 4b7a3a8f4a
4 changed files with 11 additions and 4 deletions

View File

@@ -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: [],
},