feat: Favicon und Seitentitel hinzugefügt und korrekt eingebunden

- Favicon im Tab durch eigenes ersetzt
- Seitentitel auf "Littwin Systemtechnik GmbH & Co. KG" gesetzt
This commit is contained in:
ISA
2024-10-24 09:50:13 +02:00
parent e243122bf1
commit 6cd347a6c4
10 changed files with 67 additions and 68 deletions

View File

@@ -55,10 +55,10 @@ function Kabelueberwachung() {
rack4: allModules.slice(24, 32),
};
// Log the racks in the console for debugging
console.log("Rack 1:", racks.rack1);
/* console.log("Rack 1:", racks.rack1);
console.log("Rack 2:", racks.rack2);
console.log("Rack 3:", racks.rack3);
console.log("Rack 4:", racks.rack4);
console.log("Rack 4:", racks.rack4); */
// Function to handle rack change
const changeRack = (rack) => {
@@ -149,10 +149,9 @@ function Kabelueberwachung() {
alarmStatus={alarmStatus} // Pass the calculated alarm status
slotIndex={slotIndex}
/>
{console.log(
`Module Data (Rack ${activeRack}, Slot ${index + 1}):`,
slot
)}
{/*
console.log(`Module Data (Rack ${activeRack}, Slot ${index + 1}):`,slot);
*/}
</div>
);
})}