Fix enabled switch alignment
This commit is contained in:
parent
0b5862e4d4
commit
5bc2fac415
1 changed files with 8 additions and 6 deletions
|
|
@ -131,6 +131,7 @@
|
|||
<label class="col-lg-2 col-form-label">
|
||||
Enabled:
|
||||
</label>
|
||||
<div class="col-lg-10">
|
||||
<span class="m-switch m-switch--icon">
|
||||
<label>
|
||||
<input type="checkbox" name="enabled" value="1"{{ (values.enabled is defined and values.enabled) or (row is defined and values.enabled is not defined and row.isEnabled()) or (values.enabled is not defined and row is not defined) ? ' checked' }}>
|
||||
|
|
@ -139,6 +140,7 @@
|
|||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="m-portlet__foot m-portlet__foot--fit">
|
||||
<div class="m-form__actions m-form__actions--solid m-form__actions--right">
|
||||
<div class="row">
|
||||
|
|
|
|||
Loading…
Reference in a new issue