-
-
-
Subnet-Maske
-
{subnet}
+
+
+
+
Subnet-Maske
+
{subnet}
+
-
-
-
-
-
Gateway
-
{gateway}
+
-
-
-
OPC-UA
-
-
Status
-
{opcUaZustand}
+
+
OPC-UA
+
+
Status
+
{opcUaZustand}
+
-
- {/* OPC UA Nodeset Name */}
- {/*
+ {/* OPC UA Nodeset Name */}
+ {/*
Nodeset Name
@@ -101,6 +102,7 @@ const NetworkInfo: React.FC = () => {
*/}
+
);
};
diff --git a/components/main/uebersicht/VersionInfo.tsx b/components/main/dashboard/VersionInfo.tsx
similarity index 100%
rename from components/main/uebersicht/VersionInfo.tsx
rename to components/main/dashboard/VersionInfo.tsx
diff --git a/components/main/uebersicht/modulesStatus/Access1Status.tsx b/components/main/dashboard/modulesStatus/Access1Status.tsx
similarity index 100%
rename from components/main/uebersicht/modulesStatus/Access1Status.tsx
rename to components/main/dashboard/modulesStatus/Access1Status.tsx
diff --git a/components/main/uebersicht/modulesStatus/Access2Status.tsx b/components/main/dashboard/modulesStatus/Access2Status.tsx
similarity index 100%
rename from components/main/uebersicht/modulesStatus/Access2Status.tsx
rename to components/main/dashboard/modulesStatus/Access2Status.tsx
diff --git a/components/main/uebersicht/modulesStatus/CPLStatus.tsx b/components/main/dashboard/modulesStatus/CPLStatus.tsx
similarity index 100%
rename from components/main/uebersicht/modulesStatus/CPLStatus.tsx
rename to components/main/dashboard/modulesStatus/CPLStatus.tsx
diff --git a/components/main/uebersicht/modulesStatus/KabelModulStatus.tsx b/components/main/dashboard/modulesStatus/KabelModulStatus.tsx
similarity index 100%
rename from components/main/uebersicht/modulesStatus/KabelModulStatus.tsx
rename to components/main/dashboard/modulesStatus/KabelModulStatus.tsx
diff --git a/components/main/uebersicht/modulesStatus/XioPM1Status.tsx b/components/main/dashboard/modulesStatus/XioPM1Status.tsx
similarity index 100%
rename from components/main/uebersicht/modulesStatus/XioPM1Status.tsx
rename to components/main/dashboard/modulesStatus/XioPM1Status.tsx
diff --git a/components/main/uebersicht/modulesStatus/XioPM2Status.tsx b/components/main/dashboard/modulesStatus/XioPM2Status.tsx
similarity index 100%
rename from components/main/uebersicht/modulesStatus/XioPM2Status.tsx
rename to components/main/dashboard/modulesStatus/XioPM2Status.tsx
diff --git a/components/main/meldungen/DateRangePickerMeldungen.tsx b/components/main/reports/DateRangePickerMeldungen.tsx
similarity index 100%
rename from components/main/meldungen/DateRangePickerMeldungen.tsx
rename to components/main/reports/DateRangePickerMeldungen.tsx
diff --git a/package-lock.json b/package-lock.json
index 6789968..20eb1de 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "cpl-v4",
- "version": "1.6.486",
+ "version": "1.6.487",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "cpl-v4",
- "version": "1.6.486",
+ "version": "1.6.487",
"dependencies": {
"@fontsource/roboto": "^5.1.0",
"@iconify-icons/ri": "^1.2.10",
diff --git a/package.json b/package.json
index b50dfaa..b2ea0e9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "cpl-v4",
- "version": "1.6.486",
+ "version": "1.6.487",
"private": true,
"scripts": {
"dev": "next dev",
diff --git a/pages/dashboard.tsx b/pages/dashboard.tsx
index 72a899d..923a445 100644
--- a/pages/dashboard.tsx
+++ b/pages/dashboard.tsx
@@ -4,10 +4,10 @@ import "tailwindcss/tailwind.css";
import "@fontsource/roboto";
import "bootstrap-icons/font/bootstrap-icons.css";
import { Icon } from "@iconify/react";
-import Last20MessagesTable from "../components/main/uebersicht/Last20MessagesTable";
-import NetworkInfo from "../components/main/uebersicht/NetworkInfo";
-import VersionInfo from "../components/main/uebersicht/VersionInfo";
-import Baugruppentraeger from "../components/main/uebersicht/Baugruppentraeger";
+import Last20MessagesTable from "../components/main/dashboard/Last20MessagesTable";
+import NetworkInfo from "../components/main/dashboard/NetworkInfo";
+import VersionInfo from "../components/main/dashboard/VersionInfo";
+import Baugruppentraeger from "../components/main/dashboard/Baugruppentraeger";
import { getLast20MessagesThunk } from "../redux/thunks/getLast20MessagesThunk";
import { useAppDispatch } from "../redux/store";
diff --git a/pages/meldungen.tsx b/pages/meldungen.tsx
index 90a014b..b5b852e 100644
--- a/pages/meldungen.tsx
+++ b/pages/meldungen.tsx
@@ -1,7 +1,7 @@
"use client";
// /pages/meldungen.tsx
import React, { useState, useEffect } from "react";
-import DateRangePickerMeldungen from "@/components/main/meldungen/DateRangePickerMeldungen";
+import DateRangePickerMeldungen from "@/components/main/reports/DateRangePickerMeldungen";
type Meldung = {
t: string;