diff --git a/www/assets/app.js b/www/assets/app.js index b9e3f41..4d921ca 100644 --- a/www/assets/app.js +++ b/www/assets/app.js @@ -240,7 +240,7 @@ $scope.idx[instance].swarmPorts = status.ports; } $scope.$apply(); - }); + }); $scope.socket = socket; @@ -263,7 +263,7 @@ } $scope.getProxyUrl = function(instance, port) { - var url = window.location.protocol + '//' + instance.proxy_host + '-' + port + '.direct.' + window.location.host; + var url = 'http://' + instance.proxy_host + '-' + port + '.direct.' + window.location.host; return url; }