test: Test pass

This commit is contained in:
ISA
2025-09-17 12:13:03 +02:00
parent ea6d71a4f5
commit dd9980409c
6 changed files with 33 additions and 6 deletions

View File

@@ -171,7 +171,7 @@ const MapComponent = ({ locations, onLocationUpdate, lineCoordinates }) => {
staticObj.Link.startsWith("http://") || staticObj.Link.startsWith("https://");
alarmLink = isAbsolute
? staticObj.Link
: //: `${window.location.origin}/talas5/devices/${staticObj.Link}`;
: // : `${window.location.origin}/talas5/devices/${staticObj.Link}`;
`http://10.10.0.13/talas5/devices/${staticObj.Link}`; // nur zum Testen
}
}