Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow custom selection of columns in aircraft table #72

Merged
merged 12 commits into from
Jul 21, 2020
Prev Previous commit
Next Next commit
Separate legend from table scrolling
  • Loading branch information
erictran committed Jul 13, 2020
commit 3ff93b0a0283bb2b573764a8f0771ba97990de87
22 changes: 11 additions & 11 deletions public_html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -369,17 +369,17 @@
</tr>
</tbody>
</table>
<div>
<div class="legend">
<div class="legendBox vPosition"></div>
<div class="legendTitle">ADS-B</div>
<div class="legendBox mlat"></div>
<div class="legendTitle">MLAT</div>
<div class="legendBox other"></div>
<div class="legendTitle">Other</div>
<div class="legendBox tisb"></div>
<div class="legendTitle">TIS-B</div>
</div>
</div>
<div>
<div class="legend">
<div class="legendBox vPosition"></div>
<div class="legendTitle">ADS-B</div>
<div class="legendBox mlat"></div>
<div class="legendTitle">MLAT</div>
<div class="legendBox other"></div>
<div class="legendTitle">Other</div>
<div class="legendBox tisb"></div>
<div class="legendTitle">TIS-B</div>
</div>
</div>
</div> <!-- planes_table -->
Expand Down