Show required memory in app install dialog

Fixes #150
This commit is contained in:
Johannes Zellner
2016-12-30 12:51:41 +01:00
parent 0f1a4422f5
commit d72b1d8bd5
2 changed files with 6 additions and 0 deletions

View File

@@ -477,6 +477,10 @@ h1, h2, h3 {
.appstore-install .app-icon {
float: left;
min-height: 96px;
max-height: 96px;
min-width: 96px;
max-width: 100%;
}
// ----------------------------

View File

@@ -10,6 +10,8 @@
<span class="appstore-install-meta"><a href="{{ appInstall.app.manifest.website }}" target="_blank">{{ appInstall.app.manifest.author }}</a></span>
<br/>
<span class="appstore-install-meta">Last updated {{ appInstall.app.creationDate | prettyDate }}</span>
<br/>
<span class="appstore-install-meta hand" uib-tooltip="Required Memory" tooltip-placement="right">{{ appInstall.app.manifest.memoryLimit | prettyMemory }}M</span>
</div>
<div class="modal-body">
<div class="collapse" id="collapseInstallForm" data-toggle="false">