KUEdetail.HTML von settingsModal.jsx entfernt und durch index.html ersetzt

This commit is contained in:
ISA
2024-11-07 07:25:38 +01:00
parent f3abf417c7
commit 35afba0ebb
3 changed files with 5 additions and 5 deletions

View File

@@ -94,7 +94,6 @@ function Kabelueberwachung() {
return (
<div className="bg-gray-100 flex-1 p-6 text-black">
<h1 className="text-2xl mb-4">Kabelüberwachung</h1>
<h2>Aktives Rack: {activeRack}</h2> {/* Zeigt aktives Rack an */}
<div className="mb-4">
{[1, 2, 3, 4].map((rack) => (
<button