This commit is contained in:
bipproduction
2025-10-13 16:57:03 +08:00
parent b5ea26217d
commit dd6ca462a9
3 changed files with 31 additions and 5 deletions

View File

@@ -184,15 +184,15 @@ function NavigationDashboard() {
<NavLink
active={isActive("/scr/dashboard/apikey/apikey")}
leftSection={<IconKey size={20} />}
label="Dashboard Overview"
description="Quick summary and activity highlights"
label="API Key"
description="API Key Management and Generation"
onClick={() => navigate(clientRoutes["/scr/dashboard/apikey/apikey"])}
/>
<NavLink
active={isActive("/scr/dashboard/credential/credential")}
leftSection={<IconLock size={20} />}
label="Dashboard Overview"
description="Quick summary and activity highlights"
label="Credential"
description="Credential Management"
onClick={() =>
navigate(clientRoutes["/scr/dashboard/credential/credential"])
}