Add upstreamVersion support in appstore view

This commit is contained in:
Johannes Zellner
2022-02-22 16:20:27 +01:00
parent c93dde5265
commit 7cb7c52d15
2 changed files with 3 additions and 1 deletions

View File

@@ -166,6 +166,7 @@
</slick>
<br/>
<div class="appstore-install-description">
<p ng-show="appInstall.app.manifest.upstreamVersion">{{ 'appstore.installDialog.titleAndVersion' | tr:{ title: appInstall.app.manifest.title, version: appInstall.app.manifest.upstreamVersion } }}</p>
<div ng-bind-html="appInstall.app.manifest.description | markdown2html"></div>
</div>
</div>