Allow to specify the appstore subscription helper origins

This commit is contained in:
Johannes Zellner
2019-08-05 20:32:56 +02:00
parent 1d7e73c162
commit 2227e1dd4b
4 changed files with 28 additions and 9 deletions

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="{{ 'https://cloudron.io/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: 200px; border: none;"></iframe>
</div>
</div>
<div class="modal-footer">