The tooltip is useful to track progress

This commit is contained in:
Girish Ramakrishnan
2019-09-04 12:05:51 -07:00
parent ede6f36913
commit fc2dd148c5
2 changed files with 1 additions and 2 deletions

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' }">