fix: fixed missing cluster side item

This commit is contained in:
190km
2025-01-13 14:12:19 +00:00
parent f9b1c2575e
commit 772b24a415

View File

@@ -7,6 +7,7 @@ import {
Bell, Bell,
BlocksIcon, BlocksIcon,
BookIcon, BookIcon,
Boxes,
ChevronRight, ChevronRight,
Command, Command,
CreditCard, CreditCard,
@@ -288,6 +289,13 @@ const data = {
isSingle: true, isSingle: true,
isActive: false, isActive: false,
}, },
{
title: "Cluster",
url: "/dashboard/settings/cluster",
icon: Boxes,
isSingle: true,
isActive: false,
},
{ {
title: "Notifications", title: "Notifications",
url: "/dashboard/settings/notifications", url: "/dashboard/settings/notifications",