Just show the rendered postinstall message as docs in info dialog

This commit is contained in:
Johannes Zellner
2020-06-11 15:32:24 +02:00
parent 4c2c27c686
commit 4aca2b64b9

View File

@@ -48,7 +48,7 @@
<p ng-show="appInfo.app.manifest.documentationUrl">Please see the <a target="_blank" ng-href="{{appInfo.app.manifest.documentationUrl}}">documentation</a> for helpful information and common topics for this app.</p>
<p>If you need further help, refer to the <a target="_blank" ng-href="{{ appInfo.app.manifest.forumUrl || 'https://forum.cloudron.io' }}">forum section</a>.</p>
<h4 ng-show="appInfo.app.manifest.postInstallMessage" style="padding-top: 20px;">First Time Setup</h4>
<hr ng-show="appInfo.app.manifest.postInstallMessage"/>
<div ng-bind-html="appInfo.app.manifest.postInstallMessage | postInstallMessage:appInfo.app | markdown2html"></div>
</div>
<div class="modal-footer">