feat: Implement a comprehensive audit log system with a dedicated dashboard page and backend API.

This commit is contained in:
Galindo97
2026-02-10 14:07:20 -06:00
parent 6b88429cc6
commit f90e20469a
14 changed files with 1163 additions and 7 deletions

View File

@@ -77,6 +77,13 @@ export function getSidebarData(): SidebarData {
icon: LayoutDashboard,
items: [],
},
{
title: "Bitácora",
url: "/dashboard/bitacora",
icon: Shield,
items: [],
},
{
title: m["sidebar.reference_data.title"](),
url: "/dashboard",