|
282 | 282 | </div>
|
283 | 283 | </div>
|
284 | 284 |
|
285 |
| - <div class="form-group row"> |
286 |
| - <label for="minElev" class="col-sm-4 col-6 col-form-label">Min SV Elevation: |
287 |
| - <span class="tt" data-bs-placement="right" |
288 |
| - title="Minimum elevation in degrees for a GNSS satellite to be used in a fix."> |
289 |
| - <span class="icon-info-circle text-primary ms-2"></span> |
290 |
| - </span> |
291 |
| - </label> |
292 |
| - <div class="col-sm-4 col-6"> |
293 |
| - <input type="number" class="form-control" id="minElev"> |
294 |
| - <p id="minElevError" class="inlineError"></p> |
| 285 | + <div class="form-group row" id="minElevConfig"> |
| 286 | + <div class="form-group row"> |
| 287 | + <label for="minElev" class="col-sm-4 col-6 col-form-label">Min SV Elevation: |
| 288 | + <span class="tt" data-bs-placement="right" |
| 289 | + title="Minimum elevation in degrees for a GNSS satellite to be used in a fix."> |
| 290 | + <span class="icon-info-circle text-primary ms-2"></span> |
| 291 | + </span> |
| 292 | + </label> |
| 293 | + <div class="col-sm-4 col-6"> |
| 294 | + <input type="number" class="form-control" id="minElev"> |
| 295 | + <p id="minElevError" class="inlineError"></p> |
| 296 | + </div> |
295 | 297 | </div>
|
296 | 298 | </div>
|
297 | 299 |
|
298 |
| - <div class="form-group row"> |
299 |
| - <label for="minCNO" class="col-sm-4 col-6 col-form-label">Min C/N0: |
300 |
| - <span class="tt" data-bs-placement="right" |
301 |
| - title="Minimum satellite signal level to be used in a fix. Default: 6dBHz for ZED-F9P and 10dBHz for UM980."> |
302 |
| - <span class="icon-info-circle text-primary ms-2"></span> |
303 |
| - </span> |
304 |
| - </label> |
305 |
| - <div class="col-sm-4 col-6"> |
306 |
| - <input type="number" class="form-control" id="minCNO"> |
307 |
| - <p id="minCNOError" class="inlineError"></p> |
| 300 | + <div class="form-group row" id="minCNOConfig"> |
| 301 | + <div class="form-group row"> |
| 302 | + <label for="minCNO" class="col-sm-4 col-6 col-form-label">Min C/N0: |
| 303 | + <span class="tt" data-bs-placement="right" |
| 304 | + title="Minimum satellite signal level to be used in a fix. Default: 6dBHz for ZED-F9P and 10dBHz for UM980."> |
| 305 | + <span class="icon-info-circle text-primary ms-2"></span> |
| 306 | + </span> |
| 307 | + </label> |
| 308 | + <div class="col-sm-4 col-6"> |
| 309 | + <input type="number" class="form-control" id="minCNO"> |
| 310 | + <p id="minCNOError" class="inlineError"></p> |
| 311 | + </div> |
308 | 312 | </div>
|
309 | 313 | </div>
|
310 | 314 |
|
|
331 | 335 | <input class="form-check-input" type="checkbox" value="" id="constellation_GPS">
|
332 | 336 | </div>
|
333 | 337 | <div id="constellationNavic" class="form-check mt-3 box-margin20">
|
334 |
| - <label class="form-check-label" for="constellation_MAVIC">NAVIC</label> |
335 |
| - <input class="form-check-input" type="checkbox" value="" id="constellation_NAVIC"> |
| 338 | + <label class="form-check-label" for="constellation_NavIC">NAVIC</label> |
| 339 | + <input class="form-check-input" type="checkbox" value="" id="constellation_NavIC"> |
336 | 340 | </div>
|
337 | 341 | <div id="constellationQzss" class="form-check mt-3 box-margin20">
|
338 | 342 | <label class="form-check-label" for="constellation_QZSS">QZSS</label>
|
|
1653 | 1657 | </div>
|
1654 | 1658 |
|
1655 | 1659 | <div class="form-check mt-3">
|
1656 |
| - <input type="checkbox" value="" id="enableNtripCaster" |
1657 |
| - onClick="tcpServerBoxes()"> |
| 1660 | + <input type="checkbox" value="" id="enableNtripCaster" onClick="tcpServerBoxes()"> |
1658 | 1661 | <label for="enableNtripCaster">NTRIP Caster</label>
|
1659 | 1662 | <span class="tt" data-bs-placement="right"
|
1660 | 1663 | title="If enabled, device will emulate an NTRIP caster, allowing inbound NTRIP Clients to connect and get RTCM over the given port.">
|
|
0 commit comments