mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
feat(notifications): WIP add schema and modal
This commit is contained in:
@@ -65,6 +65,12 @@ export const SettingsLayout = ({ children }: Props) => {
|
||||
icon: Server,
|
||||
href: "/dashboard/settings/cluster",
|
||||
},
|
||||
{
|
||||
title: "Notifications",
|
||||
label: "",
|
||||
icon: Bell,
|
||||
href: "/dashboard/settings/notifications",
|
||||
},
|
||||
]
|
||||
: []),
|
||||
]}
|
||||
@@ -79,6 +85,7 @@ export const SettingsLayout = ({ children }: Props) => {
|
||||
import Link from "next/link";
|
||||
import {
|
||||
Activity,
|
||||
Bell,
|
||||
Database,
|
||||
Route,
|
||||
Server,
|
||||
|
||||
Reference in New Issue
Block a user