Compare commits

...

1 Commits

Author SHA1 Message Date
Girish Ramakrishnan
ef54281914 The tooltip is useful to track progress 2019-09-04 12:05:51 -07:00
2 changed files with 1 additions and 2 deletions

View File

@@ -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;
};
});

View File

@@ -575,7 +575,7 @@
<div class="row">
<div class="col-xs-12 text-center">
<div class="grid-item-top-title" data-fittext>{{ app.label || app.location || app.fqdn }}</div>
<div class="text-muted status" style="text-overflow: ellipsis; white-space: nowrap; overflow: hidden">
<div class="text-muted status" style="text-overflow: ellipsis; white-space: nowrap; overflow: hidden" uib-tooltip="{{ app.message | shortAppMessage }}">
{{ app | installationStateLabel:user }}
</div>
<div class="status" ng-style="{ 'visibility': (app | installationActive) ? 'visible' : 'hidden' }">