Kabelüberwachung Modal Allgemein fertig

This commit is contained in:
ISA
2025-05-06 11:35:25 +02:00
parent 992a0ff254
commit 17ba04b5f4
2 changed files with 2 additions and 2 deletions

View File

@@ -215,7 +215,7 @@ export default function KueEinstellung({
</div>
</div>
</div>
<div className="flex justify-end gap-2 bg-gray-100 p-3 rounded">
<div className="flex justify-end gap-2 p-3 rounded">
{isAdminLoggedIn && (
<button
onClick={() => firmwareUpdate(slot)}

View File

@@ -6,5 +6,5 @@
2: Patch oder Hotfix (Bugfixes oder kleine Änderungen).
*/
const webVersion = "1.6.366";
const webVersion = "1.6.367";
export default webVersion;