Skip to content

Commit

Permalink
fix #387
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefal committed May 18, 2024
1 parent 19bb8b5 commit 949cefc
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions web_app/templates/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h4>Services:</h4>
<label for="main-switch" class="col-4 col-form-label col-form-label-lg">Main service</label>
<input id="main-switch" type="checkbox" data-toggle="toggle" data-onstyle="success" data-offstyle="outline-secondary">
<button class="btn btn-secondary" type="button" data-toggle="collapse" data-target="#{{ main_settings[0].source_section }}" aria-expanded="false" aria-controls="main_service_options">Options</button>
<a href="#" data-toggle="tooltip" title="This service manages the connection with the GNSS receiver. Here you can set its parameters. It is mandatory, all other services depend on this one.">
<a role="button" data-toggle="tooltip" title="This service manages the connection with the GNSS receiver. Here you can set its parameters. It is mandatory, all other services depend on this one.">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="#6c757d" class="bi bi-info-circle" viewBox="0 0 16 16">
<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/>
<path d="m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533L8.93 6.588zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"/>
Expand All @@ -49,9 +49,9 @@ <h4>Services:</h4>
<div class="col-sm-3 dropdown">
<button class="btn btn-secondary dropdown-toggle float-right" type="button" id="dropdowndetect" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" title="Try to detect and/or configure the GNSS receiver. It works only with USB GNSS receiver">Detect/Configure</button>
<div class="dropdown-menu" aria-labelledby="dropdowndetect">
<a class="dropdown-item" id="detect_receiver_button" href="#">Detect</a>
<a class="dropdown-item" id="configure_receiver_button" href="#">Configure</a>
<a class="dropdown-item" id="detect_and_configure_receiver_button" href="#">Detect and Configure</a>
<a class="dropdown-item" id="detect_receiver_button" role="button">Detect</a>
<a class="dropdown-item" id="configure_receiver_button" role="button">Configure</a>
<a class="dropdown-item" id="detect_and_configure_receiver_button" role="button">Detect and Configure</a>
</div>
</div>
</div>
Expand Down Expand Up @@ -113,7 +113,7 @@ <h4>Services:</h4>
<label for="ntrip_A-switch" class="col-4 col-form-label col-form-label-lg">Ntrip A service</label>
<input id="ntrip_A-switch" type="checkbox" data-toggle="toggle" data-onstyle="success" data-offstyle="outline-secondary">
<button class="btn btn-secondary" type="button" data-toggle="collapse" data-target="#{{ ntrip_A_settings[0].source_section }}" aria-expanded="false" aria-controls="ntrip_A_service_options">Options</button>
<a href="#" data-toggle="tooltip" title="This service sends the rtcm messages to a Ntrip (broad)caster server like rtk2go, centipede, or others.">
<a role="button" data-toggle="tooltip" title="This service sends the rtcm messages to a Ntrip (broad)caster server like rtk2go, centipede, or others.">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="#6c757d" class="bi bi-info-circle" viewBox="0 0 16 16">
<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/>
<path d="m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533L8.93 6.588zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"/>
Expand Down Expand Up @@ -187,7 +187,7 @@ <h4>Services:</h4>
<label for="ntrip_B-switch" class="col-4 col-form-label col-form-label-lg">Ntrip B service</label>
<input id="ntrip_B-switch" type="checkbox" data-toggle="toggle" data-onstyle="success" data-offstyle="outline-secondary">
<button class="btn btn-secondary" type="button" data-toggle="collapse" data-target="#{{ ntrip_B_settings[0].source_section }}" aria-expanded="false" aria-controls="ntrip_B_service_options">Options</button>
<a href="#" data-toggle="tooltip" title="This service sends the rtcm messages to a Ntrip (broad)caster server like rtk2go, centipede, or others.">
<a role="button" data-toggle="tooltip" title="This service sends the rtcm messages to a Ntrip (broad)caster server like rtk2go, centipede, or others.">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="#6c757d" class="bi bi-info-circle" viewBox="0 0 16 16">
<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/>
<path d="m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533L8.93 6.588zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"/>
Expand Down Expand Up @@ -261,7 +261,7 @@ <h4>Services:</h4>
<label for="ntripc-switch" class="col-4 col-form-label col-form-label-lg">Ntrip Caster service</label>
<input id="ntripc-switch" type="checkbox" data-toggle="toggle" data-onstyle="success" data-offstyle="outline-secondary">
<button class="btn btn-secondary" type="button" data-toggle="collapse" data-target="#{{ local_ntripc_settings[0].source_section }}" aria-expanded="false" aria-controls="local_ntripc_service_options">Options</button>
<a href="#" data-toggle="tooltip" title="This service enable a local Ntrip caster directly inside you base station. It's useful if you can't or don't want to use another caster. Make sure that your router is configured correctly if you want to connect to the caster outside of your local network.">
<a role="button" data-toggle="tooltip" title="This service enable a local Ntrip caster directly inside you base station. It's useful if you can't or don't want to use another caster. Make sure that your router is configured correctly if you want to connect to the caster outside of your local network.">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="#6c757d" class="bi bi-info-circle" viewBox="0 0 16 16">
<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/>
<path d="m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533L8.93 6.588zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"/>
Expand Down Expand Up @@ -335,7 +335,7 @@ <h4>Services:</h4>
<label for="rtcm_svr-switch" class="col-4 col-form-label col-form-label-lg">Rtcm tcp service</label>
<input id="rtcm_svr-switch" type="checkbox" data-toggle="toggle" data-onstyle="success" data-offstyle="outline-secondary">
<button class="btn btn-secondary" type="button" data-toggle="collapse" data-target="#{{ rtcm_svr_settings[0].source_section }}" aria-expanded="false" aria-controls="rtcm_svr_service_options">Options</button>
<a href="#" data-toggle="tooltip" title="This service, when enabled, allow you to send a rtcm stream on the network.">
<a role="button" data-toggle="tooltip" title="This service, when enabled, allow you to send a rtcm stream on the network.">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="#6c757d" class="bi bi-info-circle" viewBox="0 0 16 16">
<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/>
<path d="m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533L8.93 6.588zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"/>
Expand Down Expand Up @@ -377,7 +377,7 @@ <h4>Services:</h4>
<label for="rtcm_serial-switch" class="col-4 col-form-label col-form-label-lg">Rtcm serial service</label>
<input id="rtcm_serial-switch" type="checkbox" data-toggle="toggle" data-onstyle="success" data-offstyle="outline-secondary">
<button class="btn btn-secondary" type="button" data-toggle="collapse" data-target="#{{ rtcm_serial_settings[0].source_section }}" aria-expanded="false" aria-controls="rtcm_serial_service_options">Options</button>
<a href="#" data-toggle="tooltip" title="This service, when enabled, can send a rtcm stream to a serial output. The common use is with a serial to radio adapter.">
<a role="button" data-toggle="tooltip" title="This service, when enabled, can send a rtcm stream to a serial output. The common use is with a serial to radio adapter.">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="#6c757d" class="bi bi-info-circle" viewBox="0 0 16 16">
<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/>
<path d="m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533L8.93 6.588zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"/>
Expand Down

0 comments on commit 949cefc

Please sign in to comment.