dashboard: show checklist items in postinstall dialog
This commit is contained in:
@@ -13,6 +13,12 @@
|
||||
</h5>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div ng-repeat="item in appPostInstallConfirm.app.checklist">
|
||||
<div class="checklist-item" ng-hide="item.acknowledged">
|
||||
{{ item.message }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p ng-show="appPostInstallConfirm.app.manifest.addons.email">{{ 'app.appInfo.ssoEmail' | tr }}</p>
|
||||
<p ng-show="appPostInstallConfirm.app.sso && !appPostInstallConfirm.app.manifest.addons.email">{{ 'app.appInfo.sso' | tr }}</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user