diff --git a/components/main/modulesStatus/Access1Status.tsx b/components/main/uebersicht/modulesStatus/Access1Status.tsx similarity index 100% rename from components/main/modulesStatus/Access1Status.tsx rename to components/main/uebersicht/modulesStatus/Access1Status.tsx diff --git a/components/main/modulesStatus/Access2Status.tsx b/components/main/uebersicht/modulesStatus/Access2Status.tsx similarity index 100% rename from components/main/modulesStatus/Access2Status.tsx rename to components/main/uebersicht/modulesStatus/Access2Status.tsx diff --git a/components/main/modulesStatus/CPLStatus.tsx b/components/main/uebersicht/modulesStatus/CPLStatus.tsx similarity index 100% rename from components/main/modulesStatus/CPLStatus.tsx rename to components/main/uebersicht/modulesStatus/CPLStatus.tsx diff --git a/components/main/modulesStatus/KabelModulStatus.tsx b/components/main/uebersicht/modulesStatus/KabelModulStatus.tsx similarity index 100% rename from components/main/modulesStatus/KabelModulStatus.tsx rename to components/main/uebersicht/modulesStatus/KabelModulStatus.tsx diff --git a/components/main/modulesStatus/XioPM1Status.tsx b/components/main/uebersicht/modulesStatus/XioPM1Status.tsx similarity index 100% rename from components/main/modulesStatus/XioPM1Status.tsx rename to components/main/uebersicht/modulesStatus/XioPM1Status.tsx diff --git a/components/main/modulesStatus/XioPM2Status.tsx b/components/main/uebersicht/modulesStatus/XioPM2Status.tsx similarity index 100% rename from components/main/modulesStatus/XioPM2Status.tsx rename to components/main/uebersicht/modulesStatus/XioPM2Status.tsx diff --git a/config/webVersion.ts b/config/webVersion.ts index 6445a71..5e46261 100644 --- a/config/webVersion.ts +++ b/config/webVersion.ts @@ -5,5 +5,5 @@ 2: Patch oder Hotfix (Bugfixes oder kleine Änderungen). */ -const webVersion = "1.6.17"; +const webVersion = "1.6.18"; export default webVersion; diff --git a/pages/dashboard.tsx b/pages/dashboard.tsx index ddf46da..12bfe4d 100644 --- a/pages/dashboard.tsx +++ b/pages/dashboard.tsx @@ -4,8 +4,8 @@ import { useRouter } from "next/navigation"; import "tailwindcss/tailwind.css"; import "@fontsource/roboto"; import "bootstrap-icons/font/bootstrap-icons.css"; -import CPLStatus from "../components/main/modulesStatus/CPLStatus"; -import KabelModulStatus from "../components/main/modulesStatus/KabelModulStatus"; +import CPLStatus from "../components/main/uebersicht/modulesStatus/CPLStatus"; +import KabelModulStatus from "../components/main/uebersicht/modulesStatus/KabelModulStatus"; import { Icon } from "@iconify/react"; import { useSelector } from "react-redux"; import { RootState } from "../redux/store";