diff --git a/packages/frontend/src/Index.tsx b/packages/frontend/src/Index.tsx index 5e121ae..55c5ce7 100644 --- a/packages/frontend/src/Index.tsx +++ b/packages/frontend/src/Index.tsx @@ -9,6 +9,7 @@ import LogOutButton from "@/components/log-out-button"; import { OrganisationSelect } from "@/components/organisation-select"; import { ProjectSelect } from "@/components/project-select"; import SmallUserDisplay from "@/components/small-user-display"; +import { Button } from "@/components/ui/button"; import { DropdownMenu, DropdownMenuContent, @@ -19,6 +20,7 @@ import { } from "@/components/ui/dropdown-menu"; import { ResizablePanel, ResizablePanelGroup, ResizableSeparator } from "@/components/ui/resizable"; import { issue, organisation, project } from "@/lib/server"; +import { ServerConfigurationDialog } from "./components/server-configuration-dialog"; function Index() { const user = JSON.parse(localStorage.getItem("user") || "{}") as UserRecord; @@ -219,6 +221,19 @@ function Index() { My Organisations + + + Server Configuration + + } + /> +