test: Test pass
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user