/CPL?/CPL/Service/kueDetail.HTM in /CPL?/kabelueberwachung.html umbenannt

This commit is contained in:
ISA
2024-11-07 14:29:26 +01:00
parent 9b21f0db36
commit 662f74011f

View File

@@ -144,7 +144,8 @@ function KueModal({ showModal, onClose, slot, onModulNameChange }) {
};
const handleDisplayEinschalten = () => {
const url = `/CPL?/CPL/Service/kueDetail.HTML&KSD${slot}=1`;
//const url = `/CPL?/CPL/Service/kueDetail.HTML&KSD${slot}=1`;
const url = `/CPL?/kabelueberwachung.html&KSD${slot}=1`;
fetch(url, { method: "GET" })
.then((response) => {
if (response.ok) {