kabeluebaerwachung.html statt KUEdetail.ACP ersetzt, damit nicht viele Anfragen an CPL geht wegen Performance
This commit is contained in:
@@ -131,9 +131,12 @@ function Kue705FO({
|
||||
|
||||
setLoading(true);
|
||||
alert(`TDR wird für Slot ${slot + 1} gestartet...`);
|
||||
fetch(`/CPL?Service/KUEdetailTDR.ACP&KTT${slotFormat}=1&slot=${slot}`, {
|
||||
method: "GET",
|
||||
})
|
||||
fetch(
|
||||
`/CPL?Service/Kabelueberwachung.html&KTT${slotFormat}=1&slot=${slot}`,
|
||||
{
|
||||
method: "GET",
|
||||
}
|
||||
)
|
||||
.then((response) => {
|
||||
if (response.ok) {
|
||||
alert(`TDR erfolgreich gestartet für Slot ${slot + 1}`);
|
||||
|
||||
Reference in New Issue
Block a user