More fixes

This commit is contained in:
Jonathan Leibiusky @xetorthio
2017-07-28 23:37:09 -03:00
parent 5ee4bb2011
commit 201aed1818
2 changed files with 2 additions and 2 deletions

View File

@@ -263,7 +263,7 @@
}
$scope.getProxyUrl = function(instance, port) {
var url = window.location.protocol + '//' + instance.proxy + '-' + port + '.' + window.location.host;
var url = window.location.protocol + '//' + instance.proxy_host + '-' + port + '.direct.' + window.location.host;
return url;
}