kueDetail link umbenannt

This commit is contained in:
ISA
2024-11-07 14:35:07 +01:00
parent 662f74011f
commit 2d0b1f6693
2 changed files with 2 additions and 4 deletions

View File

@@ -99,8 +99,7 @@ function Kue705FO({
setLoading(true); // Setze den Ladezustand auf true
alert(`Schleifenmessung wird für Slot ${slot + 1} gestartet...`);
//fetch(`/CPL?Service/KUEdetail.HTML&KS_${slotFormat}=1&slot=${slot}`, {
fetch(`/CPL?index.html&KS_${slotFormat}=1&slot=${slot}`, {
fetch(`/CPL?kabelueberwachung.html&KS_${slotFormat}=1&slot=${slot}`, {
method: "GET",
})
.then((response) => {