diff --git a/components/modales/KueModal.jsx b/components/modales/KueModal.jsx index ce02604..3324f22 100644 --- a/components/modales/KueModal.jsx +++ b/components/modales/KueModal.jsx @@ -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) {