KUEdetail.HTML von settingsModal.jsx entfernt und durch index.html ersetzt
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user