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