Add location display in overview

This commit is contained in:
Johannes Zellner
2019-09-16 14:18:51 +02:00
parent a738ddb917
commit d674dcaeef

View File

@@ -166,6 +166,9 @@
<br/>
App ID <span class="app-info-meta text-small">{{ app.id }}</a> </span>
<br/>
Location
<a ng-href="https://{{ app.fqdn }}" target="_blank" class="app-info-meta text-small">{{ app.fqdn }}</a>
<br/>
Last updated <span class="app-info-meta text-small">{{ app.updateTime | prettyDate }}</span>
</p>