Fix outlink of app links
This commit is contained in:
@@ -149,7 +149,7 @@ async function refreshApps() {
|
||||
// amend properties to mimick full app
|
||||
for (const applink of applinks) {
|
||||
applink.type = APP_TYPES.LINK;
|
||||
applink.fqdn = applink.upstreamUri;
|
||||
applink.fqdn = applink.upstreamUri.replace('https://', '');
|
||||
applink.manifest = { addons: {}};
|
||||
applink.installationState = ISTATES.INSTALLED;
|
||||
applink.runState = RSTATES.RUNNING;
|
||||
|
||||
Reference in New Issue
Block a user