From dfa1f66e63c8154d0925f1635bd6eed4b16a07e6 Mon Sep 17 00:00:00 2001 From: Goutte Date: Thu, 14 Dec 2017 02:23:48 +0100 Subject: [PATCH] Move the layers below the parameters. --- web/view/home.html.jinja2 | 243 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------------------------------------------------------------------------------------------------- web/view/layout.html.jinja2 | 16 ---------------- 2 files changed, 112 insertions(+), 147 deletions(-) diff --git a/web/view/home.html.jinja2 b/web/view/home.html.jinja2 index b2f8316..3b6ebca 100755 --- a/web/view/home.html.jinja2 +++ b/web/view/home.html.jinja2 @@ -47,6 +47,8 @@ {% macro icon(name) %}{% endmacro %} +{#############################################################################} +

Loading Heliopropa…
This might take a while.

@@ -70,7 +72,6 @@ -

{{ icon('eercast') }} Planets @@ -81,7 +82,6 @@ {% endfor %} -

{{ icon('rocket') }} Probes & Comets @@ -95,21 +95,6 @@ {% endfor %} -
-
- - {{ icon('area-chart') }} Layers - -
-{% for layer in config.layers %} - -
-{% endfor %} -
-
{# {{ icon('database') }} Inputs#} @@ -131,11 +116,25 @@ {{ icon('flask') }} Parameters +
+ + {{ icon('area-chart') }} Layers + +
+{% for layer in config.layers %} + +
+{% endfor %} +
+
@@ -147,21 +146,25 @@
- -
- - @@ -183,10 +186,6 @@ {% block styles %}