mirror of
https://github.com/unraid/webgui.git
synced 2026-04-28 13:59:21 -05:00
Update IPADDR references
This commit is contained in:
@@ -131,7 +131,7 @@
|
||||
$wsport = $lv->domain_get_ws_port($dom);
|
||||
|
||||
if ($vncport > 0) {
|
||||
$vnc = '/plugins/dynamix.vm.manager/vnc.html?autoconnect=true&host='.$var['IPADDR'].'&port='.$wsport;
|
||||
$vnc = '/plugins/dynamix.vm.manager/vnc.html?autoconnect=true&host='.$eth0['IPADDR:0'].'&port='.$wsport;
|
||||
$arrResponse['vncurl'] = $vnc;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user