fix: #10042, use bootstrap 5 classes for colour context if privilege is added or removed, prior to saving

This commit is contained in:
Julian Lam
2022-11-15 14:22:17 -05:00
parent 1099de7702
commit e92fd00bca
4 changed files with 27 additions and 21 deletions

View File

@@ -48,7 +48,11 @@
</ul>
</div>
</td>
<td class="text-center"><input autocomplete="off" type="checkbox" class="checkbox-helper"></td>
<td class="">
<div class="form-check text-center">
<input autocomplete="off" type="checkbox" class="form-check-input float-none checkbox-helper">
</div>
</td>
{function.spawnPrivilegeStates, privileges.groups.name, ../privileges}
</tr>
<!-- END privileges.groups -->