KUEdetail.HTML von settingsModal.jsx entfernt und durch index.html ersetzt

This commit is contained in:
ISA
2024-11-07 07:25:38 +01:00
parent f3abf417c7
commit 35afba0ebb
3 changed files with 5 additions and 5 deletions

View File

@@ -99,7 +99,8 @@ 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?Service/KUEdetail.HTML&KS_${slotFormat}=1&slot=${slot}`, {
fetch(`/CPL?index.html&KS_${slotFormat}=1&slot=${slot}`, {
method: "GET",
})
.then((response) => {