diff --git a/components/layout/common.ts b/components/layout/common.ts index 6252b0f..4429d30 100644 --- a/components/layout/common.ts +++ b/components/layout/common.ts @@ -27,6 +27,10 @@ export const subConfigList: { source: string; url: string }[] = source: "/mgt", url: "http://localhost:5535", }, + { + source: "/rustui", + url: "http://localhost:3100", + }, ] : process.env.NEXT_PUBLIC_ENV === "staging" ? [ @@ -117,6 +121,11 @@ export const componentList: MenuItem[] = [ url: "mgt", icon: "ManagementCenterIcon", }, + { + title: "RustUI", + url: "rustui", + icon: "ManagementCenterIcon", + }, ] export const showList: MenuItem[] = []