add a link for the map in the top bar
This commit is contained in:
parent
d0d5dffe79
commit
892c92eb1d
BIN
htdocs/gfx/openwebrx-panel-map.png
Normal file
BIN
htdocs/gfx/openwebrx-panel-map.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
@ -55,6 +55,7 @@
|
||||
<li onmouseup="toggle_panel('openwebrx-panel-status');"><img src="static/gfx/openwebrx-panel-status.png" /><br/>Status</li>
|
||||
<li onmouseup="toggle_panel('openwebrx-panel-log');"><img src="static/gfx/openwebrx-panel-log.png" /><br/>Log</li>
|
||||
<li onmouseup="toggle_panel('openwebrx-panel-receiver');"><img src="static/gfx/openwebrx-panel-receiver.png" /><br/>Receiver</li>
|
||||
<li><a href="/map" target="_blank"><img src="static/gfx/openwebrx-panel-map.png" /><br/>Map</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
|
@ -656,6 +656,11 @@ img.openwebrx-mirror-img
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
#openwebrx-main-buttons a {
|
||||
color: inherit;
|
||||
text-decoration: inherit;
|
||||
}
|
||||
|
||||
#openwebrx-main-buttons li:hover
|
||||
{
|
||||
background-color: rgba(255, 255, 255, 0.3);
|
||||
|
Loading…
Reference in New Issue
Block a user