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);
|
setLoading(true);
|
||||||
alert(`TDR wird für Slot ${slot + 1} gestartet...`);
|
alert(`TDR wird für Slot ${slot + 1} gestartet...`);
|
||||||
fetch(`/CPL?Service/KUEdetailTDR.ACP&KTT${slotFormat}=1&slot=${slot}`, {
|
fetch(
|
||||||
method: "GET",
|
`/CPL?Service/Kabelueberwachung.html&KTT${slotFormat}=1&slot=${slot}`,
|
||||||
})
|
{
|
||||||
|
method: "GET",
|
||||||
|
}
|
||||||
|
)
|
||||||
.then((response) => {
|
.then((response) => {
|
||||||
if (response.ok) {
|
if (response.ok) {
|
||||||
alert(`TDR erfolgreich gestartet für Slot ${slot + 1}`);
|
alert(`TDR erfolgreich gestartet für Slot ${slot + 1}`);
|
||||||
|
|||||||
Reference in New Issue
Block a user