Only add checklist items if they apply due to sso state
This commit is contained in:
@@ -770,6 +770,13 @@
|
||||
|
||||
<br/>
|
||||
|
||||
<div class="checklist-item" ng-repeat="item in info.checklist">
|
||||
{{ item.message }}
|
||||
<button class="btn btn-sm btn-default btn-outline" ng-click="alert('you wish')"><i class="fas fa-check"></i></button>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<p><label class="control-label">{{ 'app.info.notes.title' | tr }}</label></p>
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
|
||||
Reference in New Issue
Block a user