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:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user