Use text for Show Map button
This commit is contained in:
parent
2245aab7d1
commit
6934c0dbcc
2 changed files with 4 additions and 26 deletions
public_html
|
@ -120,19 +120,16 @@
|
|||
<td>
|
||||
<b id="infoblock_name">FlightAware dump1090</b>
|
||||
</td>
|
||||
<td>
|
||||
<span id="show_map_button" class="sidebarButton pointer">Show Map</span>
|
||||
</td>
|
||||
<td style="text-align: right">
|
||||
<a href="https://github.com/flightaware/dump1090" id="dump1090_version" target="_blank"></a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr class="infoblock_body">
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<a id="show_map_button" href="#"></a>
|
||||
<div id="sudo_buttons">
|
||||
<span class="sidebarButton pointer" onclick="resetMap();">Reset Map</span>
|
||||
<span class="sidebarButton pointer" onclick="selectAllPlanes();">Select All</span>
|
||||
|
@ -141,11 +138,6 @@
|
|||
</td>
|
||||
</tr>
|
||||
|
||||
<tr class="infoblock_body">
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
|
||||
<tr class="infoblock_body">
|
||||
<td>Aircraft (total): <span id="dump1090_total_ac">n/a</span></td>
|
||||
<td>Messages: <span id="dump1090_message_rate">n/a</span>/sec</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue