From 662f74011fc0ecc81d8b0e4015bf7e92d50c6070 Mon Sep 17 00:00:00 2001 From: ISA Date: Thu, 7 Nov 2024 14:29:26 +0100 Subject: [PATCH] /CPL?/CPL/Service/kueDetail.HTM in /CPL?/kabelueberwachung.html umbenannt --- components/modales/KueModal.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) {