display altDomain as the title of the app

This commit is contained in:
Girish Ramakrishnan
2016-04-22 23:44:01 -07:00
parent 7f13594f01
commit bfe4f75881

View File

@@ -302,7 +302,7 @@
<br/>
<div class="row">
<div class="col-xs-12 text-center">
<div class="grid-item-top-title">{{ app.location || app.fqdn }}</div>
<div class="grid-item-top-title">{{ app.altDomain || app.location || app.fqdn }}</div>
<div class="text-muted" style="text-overflow: ellipsis; white-space: nowrap; overflow: hidden">
{{ app | installationStateLabel }}
</div>