KÜ Einstellungsmodal alle Schalter in Littwin-Blau und modulName in Kabelbezeichnung unbenennt
This commit is contained in:
@@ -15,7 +15,7 @@ function Navigation() {
|
|||||||
|
|
||||||
const menuItems = [
|
const menuItems = [
|
||||||
{ name: "Übersicht", path: "/dashboard.html" },
|
{ name: "Übersicht", path: "/dashboard.html" },
|
||||||
{ name: "Kabelüberwachung", path: "/kabelueberwachung.html" },
|
{ name: "Kabelüberwachung", path: "/kabelueberwachung" },
|
||||||
//{ name: "Zutrittskontrolle", path: "/access" },
|
//{ name: "Zutrittskontrolle", path: "/access" },
|
||||||
//{ name: "Ein- und Ausgänge", path: "/einausgaenge" },
|
//{ name: "Ein- und Ausgänge", path: "/einausgaenge" },
|
||||||
//{ name: "Analoge Eingänge", path: "/analogeEingaenge" },
|
//{ name: "Analoge Eingänge", path: "/analogeEingaenge" },
|
||||||
|
|||||||
@@ -199,7 +199,7 @@ function KueModal({ showModal, onClose, slot, onModulNameChange }) {
|
|||||||
*/}
|
*/}
|
||||||
|
|
||||||
<div className="mb-2">
|
<div className="mb-2">
|
||||||
<label className="font-bold">Modulname:</label>
|
<label className="font-bold">Kabelbezeichnung:</label>
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
className="border rounded p-1 w-full text-sm"
|
className="border rounded p-1 w-full text-sm"
|
||||||
@@ -301,13 +301,13 @@ function KueModal({ showModal, onClose, slot, onModulNameChange }) {
|
|||||||
<div className="flex justify-end bg-gray-100 p-4 rounded-b-lg">
|
<div className="flex justify-end bg-gray-100 p-4 rounded-b-lg">
|
||||||
<button
|
<button
|
||||||
onClick={handleDisplayEinschalten}
|
onClick={handleDisplayEinschalten}
|
||||||
className="bg-green-500 text-white p-2 rounded flex items-center mr-2"
|
className="bg-littwin-blue text-white p-2 rounded flex items-center mr-2"
|
||||||
>
|
>
|
||||||
<span className="mr-2">📺</span> Display einschalten
|
<span className="mr-2">📺</span> Display einschalten
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
onClick={handleSave}
|
onClick={handleSave}
|
||||||
className="bg-blue-500 text-white p-2 rounded flex items-center"
|
className="bg-littwin-blue text-white p-2 rounded flex items-center"
|
||||||
>
|
>
|
||||||
<span className="mr-2">💾</span> Speichern
|
<span className="mr-2">💾</span> Speichern
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
@@ -1,9 +1,10 @@
|
|||||||
/** @type {import('next').NextConfig} */
|
/** @type {import('next').NextConfig} */
|
||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
reactStrictMode: true,
|
reactStrictMode: true,
|
||||||
output: "export", // Stellt den statischen Export sicher
|
output: "export",
|
||||||
|
trailingSlash: false,
|
||||||
images: {
|
images: {
|
||||||
unoptimized: true, // Deaktiviert Bildoptimierung für den Export
|
unoptimized: true,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user