From b4934a015bfc2c0bdee68f91d7aa75934c5dd36a Mon Sep 17 00:00:00 2001 From: ISA Date: Thu, 20 Feb 2025 08:46:37 +0100 Subject: [PATCH] NetzwerkInfo in dashboard strecken durch flex-grow --- components/main/uebersicht/NetworkInfo.tsx | 4 ++-- config/webVersion.ts | 2 +- pages/dashboard.tsx | 7 +++---- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/components/main/uebersicht/NetworkInfo.tsx b/components/main/uebersicht/NetworkInfo.tsx index 3bc4a7a..6582628 100644 --- a/components/main/uebersicht/NetworkInfo.tsx +++ b/components/main/uebersicht/NetworkInfo.tsx @@ -19,8 +19,8 @@ const NetworkInfo: React.FC = () => { "Unbekannt"; return ( -
-
+
+
IP Address
diff --git a/config/webVersion.ts b/config/webVersion.ts index 223e5e1..1a1a548 100644 --- a/config/webVersion.ts +++ b/config/webVersion.ts @@ -6,5 +6,5 @@ 2: Patch oder Hotfix (Bugfixes oder kleine Änderungen). */ -const webVersion = "1.6.60"; +const webVersion = "1.6.61"; export default webVersion; diff --git a/pages/dashboard.tsx b/pages/dashboard.tsx index 7f5c252..97bb4a3 100644 --- a/pages/dashboard.tsx +++ b/pages/dashboard.tsx @@ -1,4 +1,4 @@ -"use client"; +"use client"; //pages/dashboard.tsx import React, { useEffect } from "react"; import { useRouter } from "next/navigation"; import "tailwindcss/tailwind.css"; @@ -31,14 +31,13 @@ const Dashboard: React.FC = () => {
-
- -
+ {/* Jetzt holt sich Baugruppentraeger die Werte selbst aus Redux */}
+ {/* NetworkInfo in einem div ,nimmt den gesamte Breite */}