diff --git a/components/Header.jsx b/components/Header.jsx index 35f2769..3a2e818 100644 --- a/components/Header.jsx +++ b/components/Header.jsx @@ -104,7 +104,7 @@ function Header() { {/* Warnhinweis, wenn der Admin angemeldet ist */} {isAdminLoggedIn && ( -
+
Admin-Modus aktiv
)} diff --git a/pages/_app.js b/pages/_app.js index d11d9ad..0438d5c 100644 --- a/pages/_app.js +++ b/pages/_app.js @@ -42,12 +42,7 @@ function MyApp({ Component, pageProps }) {
-
+
{sessionExpired && (
Ihre Sitzung ist abgelaufen oder die Verbindung ist diff --git a/pages/dashboard.js b/pages/dashboard.js index 8eda398..903b56d 100644 --- a/pages/dashboard.js +++ b/pages/dashboard.js @@ -63,7 +63,7 @@ function Dashboard() { baugruppen.push(
{slots.map((version, index) => { @@ -100,12 +100,7 @@ function Dashboard() { }; return ( -
+
-
-
- +
+
+
@@ -173,20 +168,20 @@ function Dashboard() {
-
-

+
+

Versionsinformationen

-

+

Applikationsversion:{" "} {appVersion}

@@ -195,9 +190,9 @@ function Dashboard() {
-

+

Webserverversion: 1.0.5.0

@@ -207,9 +202,9 @@ function Dashboard() {
-
+
- IP Address + IP Address

IP-Adresse

{ip}

@@ -219,7 +214,7 @@ function Dashboard() { subnet mask

Subnet-Maske

@@ -227,7 +222,7 @@ function Dashboard() {
- gateway + gateway

Gateway

{gateway}