Kabelüberwachung: Text “TDR erfolgreich gestartet für Slot Index 1” ändern in “TDR Messung der KÜ705-FO Strecke … wurde durchgeführt”

This commit is contained in:
Ismail Ali
2025-04-17 20:34:44 +02:00
parent 45f5d68190
commit 87422aa665
2 changed files with 4 additions and 2 deletions

View File

@@ -6,5 +6,5 @@
2: Patch oder Hotfix (Bugfixes oder kleine Änderungen). 2: Patch oder Hotfix (Bugfixes oder kleine Änderungen).
*/ */
const webVersion = "1.6.241"; const webVersion = "1.6.242";
export default webVersion; export default webVersion;

View File

@@ -20,7 +20,9 @@ export const goTDR = (
) )
.then((response) => { .then((response) => {
if (response.ok) { if (response.ok) {
alert(`TDR erfolgreich gestartet für Slot index ${slotIndex + 1}`); alert(
`TDR Messung der KÜ705-FO Strecke ${slotIndex + 1} wurde durchgeführt`
);
/* alert( /* alert(
`TDR erfolgreich gestartet für Slot format ${Number(slotFormat) + 1}` `TDR erfolgreich gestartet für Slot format ${Number(slotFormat) + 1}`
); */ ); */