mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
fix: fixed missing cluster side item
This commit is contained in:
parent
f9b1c2575e
commit
772b24a415
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user