mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Fix indent on checkbox on server config
This commit is contained in:
parent
1d32afa09d
commit
e3dee7dcd6
@ -195,7 +195,7 @@
|
|||||||
<input type="checkbox" class="custom-control-input" id="show_status" name="show_status" checked="" value="1">
|
<input type="checkbox" class="custom-control-input" id="show_status" name="show_status" checked="" value="1">
|
||||||
<label class="custom-control-label" for="show_status"> {{ translate('serverConfig', 'showStatus', data['lang']) }}</label>
|
<label class="custom-control-label" for="show_status"> {{ translate('serverConfig', 'showStatus', data['lang']) }}</label>
|
||||||
{% else %}
|
{% else %}
|
||||||
<input type="checkbox" class="custom-control-input" id="show_status" name="show_status" value="1">
|
<input type="checkbox" class="custom-control-input" id="show_status" name="show_status" value="1">
|
||||||
<label class="custom-control-label" for="show_status"> {{ translate('serverConfig', 'showStatus', data['lang']) }}</label>
|
<label class="custom-control-label" for="show_status"> {{ translate('serverConfig', 'showStatus', data['lang']) }}</label>
|
||||||
{% end %}
|
{% end %}
|
||||||
{% end %}
|
{% end %}
|
||||||
|
Loading…
Reference in New Issue
Block a user