diff --git a/src/js/index.js b/src/js/index.js index e4d86aab3..a5237cffe 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -149,7 +149,7 @@ app.filter('applicationLink', function() { return function(app) { if (!app) return ''; - if (app.installationState === ISTATES.INSTALLED && app.health === HSTATES.HEALTHY && app.runState === RSTATES.RUNNING && !app.pendingPostInstallConfirmation) { + if (!app.pendingPostInstallConfirmation) { return 'https://' + app.fqdn; } else { return '';