PostProcessTemplate.html revision 7782eea19adf2402dccf24482783172eaeae3540
<thead>
<tr>
<th>{{t "console.authentication.editChains.processingClass.className"}}</th>
<th class="col-check"></th>
</tr>
</thead>
<tbody>
{{#each chainData.loginPostProcessClass}}
<tr {{#equals this ""}}class="hidden"{{/equals}}>
<td>{{this}}</td>
<td>
<div class="btn-group pull-right">
<button class="btn btn-transparent delete-btn"><i class="fa fa-times"></i></button>
</div>
</td>
</tr>
{{/each}}
<tr class="tr-row">
<td><input type="text" class="form-control" id="newProcessClass" placeholder="{{t 'console.authentication.editChains.addValue'}}"></td>
<td>
<div class="btn-group pull-right">
<button id="addBtn" class="btn btn-secondary" disabled type="button"><i class="fa fa-plus"></i></button>
</div>
</td>
</tr>
<tr class="tr-row" ><td colspan="2" id="alertContainer"></td></tr>
</tbody>