Skip to content

Commit c192891

Browse files
committed
Fix incorrect use of label
1 parent cb6b0e6 commit c192891

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

Firmware/RTK_Everywhere/AP-Config/index.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -313,11 +313,12 @@
313313
</div>
314314

315315
<div class="form-group mt-3" id="constellationCheckBoxes">
316-
<label for="gnssConstellations">Constellations:</label>
317-
<span class="tt" data-bs-placement="right"
318-
title="The receiver is capable of concurrently receiving signals from multiple satellites across multiple constellations. Some applications dictate the need to turn off certain constellation reception. Deselecting a given constellation will cause the receiver to ignore those signals preventing them from being used during position calculations. Default: All enabled.">
319-
<span class="icon-info-circle text-primary ms-2"></span>
320-
</span>
316+
<label>Constellations:
317+
<span class="tt" data-bs-placement="right"
318+
title="The receiver is capable of concurrently receiving signals from multiple satellites across multiple constellations. Some applications dictate the need to turn off certain constellation reception. Deselecting a given constellation will cause the receiver to ignore those signals preventing them from being used during position calculations. Default: All enabled.">
319+
<span class="icon-info-circle text-primary ms-2"></span>
320+
</span>
321+
</label>
321322
<div id="constellationBeiDou" class="form-check mt-3 box-margin20">
322323
<label class="form-check-label" for="constellation_BeiDou">BeiDou</label>
323324
<input class="form-check-input" type="checkbox" value="" id="constellation_BeiDou">
@@ -1946,7 +1947,7 @@
19461947
<div class="card card-body">
19471948

19481949
<div id="uploadNewFirmwareDiv" class="mb-2">
1949-
<label class="form-check-label" for="uploadNewFirmware">System Firmware:</label>
1950+
<label class="form-check-label">System Firmware:</label>
19501951
<span id="rtkFirmwareVersionUpgrade" style="display:inline;">v0.0</span>
19511952
</div>
19521953

@@ -2081,7 +2082,7 @@
20812082

20822083
<div id="logFile" class="row">
20832084
<div class="mb-2">
2084-
<label for="logFile" class="form-group box-margin20">Log file name: <span
2085+
<label class="form-group box-margin20">Log file name: <span
20852086
id="logFileName" style="display:inline;">SFE_Log.ubx</span>
20862087
</label>
20872088
</div>

0 commit comments

Comments
 (0)