This commit is contained in:
Girish Ramakrishnan
2019-08-28 22:12:24 -07:00
parent 0252b08c8f
commit c5d65fa030

View File

@@ -291,7 +291,7 @@ app.filter('installationActive', function () {
app.filter('installationStateLabel', function() {
// for better DNS errors
function detailedError(app) {
if (app.installationProgress === 'ETRYAGAIN') return 'DNS Error';
if (app.errorMessage === 'ETRYAGAIN') return 'DNS Error';
return 'Error';
}