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 %}