Show the doc link in the post install confirm body

This commit is contained in:
Girish Ramakrishnan
2018-08-21 19:12:04 -07:00
parent 484b6477d3
commit fe23551b04

View File

@@ -351,6 +351,9 @@
</div>
<div class="modal-body">
<div ng-bind-html="appPostInstallConfirm.app.manifest.postInstallMessage | postInstallMessage:appPostInstallConfirm.app | markdown2html"></div>
<div ng-show="appPostInstallConfirm.app.manifest.documentationUrl">
Please see the <a target="_blank" ng-href="{{appPostInstallConfirm.app.manifest.documentationUrl}}">documentation</a> for more information.
</div>
</div>
<div class="modal-footer">
<div class="form-group pull-left">