feat: add schema for registry and routes

This commit is contained in:
Mauricio Siu
2024-05-03 12:27:06 -06:00
parent 47146dfedf
commit 832fc184af
10 changed files with 596 additions and 1 deletions

View File

@@ -59,6 +59,12 @@ export const SettingsLayout = ({ children }: Props) => {
icon: Users,
href: "/dashboard/settings/users",
},
{
title: "Cluster",
label: "",
icon: Server,
href: "/dashboard/settings/cluster",
},
]
: []),
]}
@@ -75,6 +81,7 @@ import {
Activity,
Database,
Route,
Server,
ShieldCheck,
User2,
Users,