This commit is contained in:
rgrgogu
2026-05-12 12:47:13 +08:00
parent 1d94f27e61
commit 6e98ff0b5d
16 changed files with 211 additions and 20 deletions
+8
View File
@@ -9,6 +9,14 @@ export const USER_MANAGEMENT = [
{ key: "user-groups", label: "User Groups", icon: GitFork, link: "groups" },
],
},
{
title: "Asset Management",
description: "Manage people across different systems",
tiles: [
{ key: "users", label: "Assets", icon: Users, link: "all" },
{ key: "user-groups", label: "User Groups", icon: GitFork, link: "groups" },
],
},
]
export const CONTENT_MANAGEMENT = [