applicationLink should not be based on app state
This commit is contained in:
@@ -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 '';
|
||||
|
||||
Reference in New Issue
Block a user