diff --git a/CHANGELOG.md b/CHANGELOG.md
index a693a27..ccdec4c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,7 +13,6 @@
- [ ] juno/rosetta doivent aussi bouger le long de leur orbite lorsque l'on parcourt à la souris les données de la série temporelle; pour les intervalles de temps où rosetta n'existe plus (crash à la surface de la comète) il faut qu'elle disparaisse; pour les intervalles de temps où juno est en orbite autour de jupiter il faut que juno suive jupiter
-> tout ceci est configurable dans le fichier de configuration, je n'ai pas les ids !
-- [ ] ajouter dans le bandeau vertical un onglet LAYERS avec 3 choix possibles: Jupiter Thermosphere Model, HST Jupiter Observations, HST Saturn Observations
## Future ?
@@ -32,8 +31,7 @@
## 1.0.0-rc7
-
-- [ ] Add disabled layer buttons
+- [x] Add disabled layer buttons
- [x] Give the future data another color
- [x] Change the default interval (from 2 months in the past to one in the future)
- [x] Prepare horizontal lines in the time series
diff --git a/VERSION b/VERSION
index ab500ca..97870c5 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.0.0-rc6
\ No newline at end of file
+1.0.0-rc7
\ No newline at end of file
diff --git a/config.yml b/config.yml
index d31aec2..ffba927 100644
--- a/config.yml
+++ b/config.yml
@@ -46,6 +46,17 @@ authors:
amda: "http://cdpp.irap.omp.eu/BASE/DDService/getDataUrl.php?dataSet={dataSet}&StartTime={startTime}&StopTime={stopTime}"
+layers:
+ - slug: "jupiterthermospheremodel"
+ name: "Jupiter Thermo."
+ desc: "Jupiter Thermosphere Model"
+ - slug: "hstjupiterobservations"
+ name: "HST Jupiter"
+ desc: "HST Jupiter Observations"
+ - slug: "hstsaturnobservations"
+ name: "HST Saturn"
+ desc: "HST Saturn Observations"
+
inputs:
- slug: "l1"
name: "L1"
diff --git a/web/view/home.html.jinja2 b/web/view/home.html.jinja2
index 8f7ac46..b2f8316 100755
--- a/web/view/home.html.jinja2
+++ b/web/view/home.html.jinja2
@@ -98,19 +98,19 @@