user param is not needed

This commit is contained in:
Girish Ramakrishnan
2020-05-12 21:30:57 -07:00
parent 89fc6feb5f
commit 9033c6e1d4
3 changed files with 3 additions and 3 deletions

View File

@@ -92,7 +92,7 @@
<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" uib-tooltip="{{ app | appProgressMessage }}" tooltip-class="long nowrap">
{{ app | installationStateLabel:user }}
{{ app | installationStateLabel }}
</div>
<div class="status" ng-style="{ 'visibility': user.isAtLeastAdmin && (app | installationActive) ? 'visible' : 'hidden' }">
<div class="progress progress-striped active">