mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
feat: update sidebar with Traefik File System title and add support link
This commit is contained in:
@@ -8,6 +8,7 @@ import {
|
|||||||
BlocksIcon,
|
BlocksIcon,
|
||||||
BookIcon,
|
BookIcon,
|
||||||
ChevronRight,
|
ChevronRight,
|
||||||
|
CircleHelp,
|
||||||
Command,
|
Command,
|
||||||
CreditCard,
|
CreditCard,
|
||||||
Database,
|
Database,
|
||||||
@@ -127,7 +128,7 @@ const data = {
|
|||||||
isActive: false,
|
isActive: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "File System",
|
title: "Traefik File System",
|
||||||
url: "/dashboard/traefik",
|
url: "/dashboard/traefik",
|
||||||
icon: GalleryVerticalEnd,
|
icon: GalleryVerticalEnd,
|
||||||
isSingle: true,
|
isSingle: true,
|
||||||
@@ -317,9 +318,15 @@ const data = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Support",
|
name: "Support",
|
||||||
|
url: "https://discord.gg/2tBnJ3jDJc",
|
||||||
|
icon: CircleHelp,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Sponsor",
|
||||||
url: "https://opencollective.com/dokploy",
|
url: "https://opencollective.com/dokploy",
|
||||||
icon: Heart,
|
icon: Heart,
|
||||||
},
|
},
|
||||||
|
|
||||||
// {
|
// {
|
||||||
// name: "Sales & Marketing",
|
// name: "Sales & Marketing",
|
||||||
// url: "#",
|
// url: "#",
|
||||||
|
|||||||
Reference in New Issue
Block a user