From fc2dd148c568922f257f8dbdb3288483eb4ece90 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 4 Sep 2019 12:05:51 -0700 Subject: [PATCH] The tooltip is useful to track progress --- src/js/index.js | 1 - src/views/apps.html | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/js/index.js b/src/js/index.js index c44faa21e..35119ef43 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -232,7 +232,6 @@ app.filter('prettyAppMessage', function () { app.filter('shortAppMessage', function () { return function (app) { var message = app.error ? app.error.message : ''; - if (message === 'ETRYAGAIN') return 'DNS record not setup correctly'; return message; }; }); diff --git a/src/views/apps.html b/src/views/apps.html index aa0e8b0e1..282d6d559 100644 --- a/src/views/apps.html +++ b/src/views/apps.html @@ -575,7 +575,7 @@
{{ app.label || app.location || app.fqdn }}
-
+
{{ app | installationStateLabel:user }}