Skip to content

Commit 686936b

Browse files
committed
index.html: reverse changes made to OCPP section
1 parent a776431 commit 686936b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SmartEVSE-3/data/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1381,8 +1381,8 @@ <h1 id="serialnr" class="h5 mb-0 text-white-800">SmartEVSE-</h1>
13811381
<div class="col-auto h5 mb-0 mr-3 font-weight-bold text-gray-800" style="width: 120px;">
13821382
OCPP:
13831383
</div>
1384-
<div class="col form-inline">
1385-
<input type="checkbox" id="enable_ocpp" onclick="toggleEnableOcpp()">
1384+
<div class="col">
1385+
<input type="checkbox" class="form-check-input" id="enable_ocpp" onclick="toggleEnableOcpp()">
13861386
<label class="form-check-label" for="enable_ocpp" id="enable_ocpp_label" title="Check to enable connection to a backoffice provider">Enable OCPP</label>
13871387
<div id="ocpp_settings" style="display: none;">
13881388
<div class="row no-gutters align-items-center" style="margin-top:20px;margin-bottom:10px">

0 commit comments

Comments
 (0)