HA addon ingress #960

This commit is contained in:
jokob-sk
2025-01-18 10:07:03 +11:00
parent a5c6510654
commit 9503cc6397
3 changed files with 5 additions and 2 deletions

View File

@@ -751,7 +751,7 @@ function navigateToDeviceWithIp (ip) {
{
mac = obj.devMac;
window.open(window.location.origin +'/deviceDetails.php?mac=' + mac , "_blank");
window.open('./deviceDetails.php?mac=' + mac , "_blank");
}
});