/CPL?/CPL/Service/kueDetail.HTM in /CPL?/kabelueberwachung.html umbenannt
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user