diff --git a/config-example.yml b/config-example.yml index 20295df..b91fcf1 100644 --- a/config-example.yml +++ b/config-example.yml @@ -311,27 +311,27 @@ callsign_data_providers: priority: 2 # No server-side credentials for HamQTH. Users must provide their own. + - class: "CountryFiles" + priority: 3 + enabled: true + - class: "ClublogAPI" # Querying the Clublog API directly doesn't provide any more data than the XML version, it just provides slightly # more up-to-date information in the rare case that the prefix data changes, at a significant cost of looking up # every callsign via an API call. Normally left disabled but it exists as an option. enabled: false - priority: 3 + priority: 4 # API key for Clublog to look up information. Required in order to enable this provider. Unlike QRZ and HamQTH, # Clublog uses an API key issued to Spothole, not to the end user. api_key: "" - class: "ClublogXML" enabled: true - priority: 4 + priority: 5 # API key for Clublog to look up information. Required in order to enable this provider. You will need to request # one via their helpdesk portal if you want to use callsign lookups from Clublog. api_key: "" - - class: "CountryFiles" - priority: 5 - enabled: true - # Maximum time to keep spots and alerts in the system before deleting them. By default, one hour for spots and one week # for alerts. diff --git a/templates/add_spot.html b/templates/add_spot.html index b0a51ac..8819588 100644 --- a/templates/add_spot.html +++ b/templates/add_spot.html @@ -77,7 +77,7 @@ - + diff --git a/templates/alerts.html b/templates/alerts.html index 537b2af..285e769 100644 --- a/templates/alerts.html +++ b/templates/alerts.html @@ -83,7 +83,7 @@ - + diff --git a/templates/bands.html b/templates/bands.html index db71b8d..8c1d613 100644 --- a/templates/bands.html +++ b/templates/bands.html @@ -76,8 +76,8 @@ - - + + diff --git a/templates/base.html b/templates/base.html index 0c32dc8..abfcfe3 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,6 +1,6 @@ {% extends "skeleton.html" %} {% block head_extra %} - + @@ -16,10 +16,10 @@ window.fetchEventSource = fetchEventSource; - - - - + + + + {% end %} {% block body %}
diff --git a/templates/conditions.html b/templates/conditions.html index 5152042..ffa43a0 100644 --- a/templates/conditions.html +++ b/templates/conditions.html @@ -284,7 +284,7 @@
- + diff --git a/templates/map.html b/templates/map.html index c83407c..30dcdc3 100644 --- a/templates/map.html +++ b/templates/map.html @@ -113,8 +113,8 @@ const CARTODB_API_KEY = "{{ web_ui_options.get('cartodb_api_key', '') }}"; - - + + diff --git a/templates/spots.html b/templates/spots.html index ac45e6a..c88ab0d 100644 --- a/templates/spots.html +++ b/templates/spots.html @@ -113,8 +113,8 @@ - - + + diff --git a/templates/status.html b/templates/status.html index bf77be9..29564a5 100644 --- a/templates/status.html +++ b/templates/status.html @@ -86,7 +86,7 @@ - +