diff --git a/static/apidocs/openapi.yml b/static/apidocs/openapi.yml index f4902da..039ce9e 100644 --- a/static/apidocs/openapi.yml +++ b/static/apidocs/openapi.yml @@ -1505,6 +1505,10 @@ components: Regex that matches this SIG's reference IDs. Generally for Spothole's own internal use, clients probably won't need this. example: "[A-Z]{2}\\-\\d+" + icon: + type: string + description: Icon from the Font Awesome set that represents this SIG, for use in the front end. + example: "fa-tree" SolarConditions: type: object diff --git a/templates/add_spot.html b/templates/add_spot.html index 13f2a77..b120a7b 100644 --- a/templates/add_spot.html +++ b/templates/add_spot.html @@ -76,7 +76,7 @@ - + diff --git a/templates/alerts.html b/templates/alerts.html index 1917eae..3987f42 100644 --- a/templates/alerts.html +++ b/templates/alerts.html @@ -84,7 +84,7 @@ - + diff --git a/templates/bands.html b/templates/bands.html index 5cdebb2..ad02136 100644 --- a/templates/bands.html +++ b/templates/bands.html @@ -76,8 +76,8 @@ - - + + diff --git a/templates/base.html b/templates/base.html index e7d90ff..fe90832 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,6 +1,6 @@ {% extends "skeleton.html" %} {% block head_extra %} - + @@ -15,10 +15,10 @@ window.fetchEventSource = fetchEventSource; - - - - + + + + {% end %} {% block body %}
diff --git a/templates/conditions.html b/templates/conditions.html index dd51cb3..eccd375 100644 --- a/templates/conditions.html +++ b/templates/conditions.html @@ -284,7 +284,7 @@
- + diff --git a/templates/map.html b/templates/map.html index 4ee950f..4e51dae 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 32fde52..ae63e8a 100644 --- a/templates/spots.html +++ b/templates/spots.html @@ -113,8 +113,8 @@ - - + + diff --git a/templates/status.html b/templates/status.html index 018c842..847d4be 100644 --- a/templates/status.html +++ b/templates/status.html @@ -86,7 +86,7 @@ - +