The tooltip is useful to track progress
This commit is contained in:
@@ -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;
|
||||
};
|
||||
});
|
||||
|
||||
@@ -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' }">
|
||||
|
||||
Reference in New Issue
Block a user