feat: Implement a comprehensive audit log system with a dedicated dashboard page and backend API.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user