minor html syntax fixes for map view
This commit is contained in:
parent
ad3e4facb4
commit
99696cfac0
|
@ -72,7 +72,7 @@
|
||||||
<b id="infoblock_name">DUMP1090</b>
|
<b id="infoblock_name">DUMP1090</b>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<a href="https://github.com/mutability/dump1090" id="dump1090_version" target="_blank"></span>
|
<a href="https://github.com/mutability/dump1090" id="dump1090_version" target="_blank"></a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
@ -146,7 +146,7 @@
|
||||||
|
|
||||||
<tr class="infoblock_body">
|
<tr class="infoblock_body">
|
||||||
<td>Track: <span id="selected_track">n/a</span></td>
|
<td>Track: <span id="selected_track">n/a</span></td>
|
||||||
<td>Last seen: <span id="selected_seen">n/a</span</td>
|
<td>Last seen: <span id="selected_seen">n/a</span></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr class="infoblock_body">
|
<tr class="infoblock_body">
|
||||||
|
@ -161,6 +161,7 @@
|
||||||
<div id="planes_table">
|
<div id="planes_table">
|
||||||
<table id="tableinfo" width="100%">
|
<table id="tableinfo" width="100%">
|
||||||
<thead style="background-color: #BBBBBB; cursor: pointer;">
|
<thead style="background-color: #BBBBBB; cursor: pointer;">
|
||||||
|
<tr>
|
||||||
<td id="icao" onclick="sortByICAO();">ICAO</td>
|
<td id="icao" onclick="sortByICAO();">ICAO</td>
|
||||||
<td id="flag" onclick="sortByCountry()"><!-- column for flag image --></td>
|
<td id="flag" onclick="sortByCountry()"><!-- column for flag image --></td>
|
||||||
<td id="flight" onclick="sortByFlight();">Flight</td>
|
<td id="flight" onclick="sortByFlight();">Flight</td>
|
||||||
|
@ -171,6 +172,7 @@
|
||||||
<td id="track" onclick="sortByTrack();" align="right">Track</td>
|
<td id="track" onclick="sortByTrack();" align="right">Track</td>
|
||||||
<td id="msgs" onclick="sortByMsgs();" align="right">Msgs</td>
|
<td id="msgs" onclick="sortByMsgs();" align="right">Msgs</td>
|
||||||
<td id="seen" onclick="sortBySeen();" align="right">Age</td>
|
<td id="seen" onclick="sortBySeen();" align="right">Age</td>
|
||||||
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr id="plane_row_template" class="plane_table_row hidden">
|
<tr id="plane_row_template" class="plane_table_row hidden">
|
||||||
|
|
Loading…
Reference in a new issue