Reduce iframe size

This commit is contained in:
Johannes Zellner
2019-08-06 14:16:35 +02:00
parent 0448ad49ed
commit 2c51bc17f1

View File

@@ -148,7 +148,7 @@
<p>Please upgrade to a server instance with more memory. Alternately, free up resources by uninstalling unused applications.</p>
</div>
<div class="collapse" id="collapseAppLimitReached" data-toggle="false">
<iframe ng-src="{{ config.webServerOrigin + '/helper/premium_app.html?appstoreId=' + appInstall.app.manifest.appstoreId }}" style="width: 100%; height: 200px; border: none;"></iframe>
<iframe ng-src="{{ config.webServerOrigin + '/helper/premium_app.html?appstoreId=' + appInstall.app.manifest.appstoreId }}" style="width: 100%; height: 100px; border: none;"></iframe>
</div>
</div>
<div class="modal-footer">