diff --git a/dashboard/src/js/client.js b/dashboard/src/js/client.js index 22f5641b7..dc65f3dfe 100644 --- a/dashboard/src/js/client.js +++ b/dashboard/src/js/client.js @@ -2216,7 +2216,7 @@ angular.module('Application').service('Client', ['$http', '$interval', '$timeout // amend properties to mimick full app data.applinks.forEach(function (applink) { applink.type = APP_TYPES.LINK; - applink.fqdn = new URL(applink.upstreamUri).hostname; + applink.fqdn = applink.upstreamUri; applink.manifest = { addons: {}}; applink.installationState = ISTATES.INSTALLED; applink.runState = RSTATES.RUNNING;