mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-03 11:57:41 +02:00
changing colors of the role switches
This commit is contained in:
parent
494d553a74
commit
9c2c4e425e
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
${parents}
|
||||
</td>
|
||||
<td>
|
||||
<input data-on-text="Enabled" data-off-text="Disabled" data-handle-width="90" type="checkbox" name="${role}" data-size="mini">
|
||||
<input data-on-color="success" data-off-color="danger" data-on-text="Enabled" data-off-text="Disabled" data-handle-width="75" type="checkbox" name="${role}" data-size="mini">
|
||||
<script>$("[name='${role}']").bootstrapSwitch();</script>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue