Skip to content

Commit

Permalink
Merge pull request #58 from DPIclimate/fix_mappings
Browse files Browse the repository at this point in the history
Management app map now shows in a new tab
  • Loading branch information
dajtxx authored Jan 24, 2024
2 parents 68625e8 + fed8e65 commit 4798da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/www/app/templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h1 style="padding: 8px">IoTa Device Manager</h1>
</a></li>
<li><a id="logical-device-banner-heading" href="{{ url_for('logical_device_table') }}">Logical Devices</a></li>
<li><a id="wombats-banner-heading" href="{{ url_for('wombats') }}">Wombats</a></li>
<li><a id="map-banner-heading" href="{{ url_for('show_map') }}">Map</a></li>
<li><a id="map-banner-heading" href="{{ url_for('show_map') }}" target="_blank">Map</a></li>
<li><a id="account-banner-heading" href="{{ url_for('account') }}">Account</a></li>
<li><a id="logout-banner-heading" href="{{ url_for('signout') }}">Signout</a></li>
</ul>
Expand Down

0 comments on commit 4798da8

Please sign in to comment.