diff --git a/config-example.yml b/config-example.yml index 00bfa34..b355182 100644 --- a/config-example.yml +++ b/config-example.yml @@ -68,7 +68,7 @@ spot_providers: - class: "DXCluster" # Clusters have a "name" property in case you want to say which cluster node the data is from, or connect to # several clusters and name them separately. The name will be used as the "source" field for the spots received. - name: "HRD Cluster" + name: "Cluster" enabled: true host: "hrd.wa9pie.net" port: 8000 @@ -84,7 +84,7 @@ spot_providers: allow_rbn_spots: false - class: "DXCluster" - name: "W3LPL Cluster" + name: "Cluster" enabled: false host: "w3lpl.net" port: 7373 diff --git a/templates/add_spot.html b/templates/add_spot.html index 88cdf57..5d12f2f 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 80d73ca..a6dfad3 100644 --- a/templates/alerts.html +++ b/templates/alerts.html @@ -84,7 +84,7 @@ - + diff --git a/templates/bands.html b/templates/bands.html index 3889fc4..2171564 100644 --- a/templates/bands.html +++ b/templates/bands.html @@ -76,8 +76,8 @@ - - + + diff --git a/templates/base.html b/templates/base.html index 229e668..c9e944c 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 %}