This commit is contained in:
Darren Clarke 2024-03-17 12:58:25 +01:00
parent f62c9f064d
commit b8c6e893ff
43 changed files with 4721 additions and 1807 deletions

View file

@ -1,6 +1,11 @@
"use client";
import { FC } from "react";
import { ZammadWrapper } from "./ZammadWrapper";
import { OpenSearchWrapper } from "leafcutter-common";
export const Home: FC = () => <ZammadWrapper path="#dashboard" hideSidebar />;
export const Home: FC = () => (
<OpenSearchWrapper
url="/app/dashboards#/view/c39012d0-eb7a-11ed-8e00-17d7d50cd7b2?embed=true&tenant=global"
marginTop="0"
/>
);