mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-21 06:13:45 +00:00
add links to aircraft tracking sites
This commit is contained in:
parent
32575a1824
commit
204c725a75
3 changed files with 39 additions and 4 deletions
|
|
@ -183,6 +183,17 @@ class GeneralSettingsController(SettingsFormController):
|
|||
Option("aprsfi", "aprs.fi"),
|
||||
],
|
||||
),
|
||||
DropdownInput(
|
||||
"aircraft_tracking_service",
|
||||
"Aircraft tracking service",
|
||||
infotext="Allows users to navigate to an external flight tracking service by clicking on flight "
|
||||
+ "numbers",
|
||||
options=[
|
||||
Option(None, "disabled"),
|
||||
Option("flightaware", "FlightAware"),
|
||||
Option("planefinder", "planefinder"),
|
||||
]
|
||||
)
|
||||
),
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue