Skip to content

Commit

Permalink
display dash only if mosaic
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefal committed Jun 12, 2024
1 parent d069aeb commit 56591f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web_app/templates/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -696,9 +696,9 @@ <h4> System Settings:</h4>
<span class="col-sm-3">Gnss receiver:</span>
</div>
<div class="col-sm-8">
<span>{{ main_settings[3].receiver }} - {{ main_settings[4].receiver_firmware }} -
<span>{{ main_settings[3].receiver }} - {{ main_settings[4].receiver_firmware }}
{% if 'septentrio' in main_settings[3].receiver.lower() %}
<a href="{{ main_settings[10] }}"><button id="ext_web_site" class="btn btn-secondary" type="button">Mosaic Web server</button></a>
- <a href="{{ main_settings[10] }}"><button id="ext_web_site" class="btn btn-secondary" type="button">Mosaic Web server</button></a>
{% endif %}
</span>
</div>
Expand Down

0 comments on commit 56591f0

Please sign in to comment.