diff --git a/src/views/app.js b/src/views/app.js index 0253976d0..7d973b497 100644 --- a/src/views/app.js +++ b/src/views/app.js @@ -343,7 +343,7 @@ angular.module('Application').controller('AppController', ['$scope', '$location' var httpPorts = app.manifest.httpPorts || {}; for (var env2 in httpPorts) { $scope.location.secondaryDomains[env2] = { - location: httpPorts[env2].defaultValue || '', + subdomain: httpPorts[env2].defaultValue || '', domain: $scope.location.domain }; }