From 79c7d037bbe2e8b58f6c40f8f528b8e80a31f715 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 25 Nov 2020 22:33:32 +0000 Subject: [PATCH] something roughly resembling working landscape Signed-off-by: Ian Jackson --- templates/landscape.tera | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/templates/landscape.tera b/templates/landscape.tera index f0516a3b..2c8a20f9 100644 --- a/templates/landscape.tera +++ b/templates/landscape.tera @@ -19,29 +19,33 @@ margin-left: auto; margin-top: auto; } + pre[id=error] { + margin-bottom: 0; + margin-top: 0; + } - - - -
{{ m::space() }} +{{ m::errors() }} +
+
{{ m::space() }}
+
{{ m::nick() }}
{{ m::status() }}
-
foo bar
{{ m::wresting() }}
- {{ m::errors() }} +
{{ m::uos() }} -
+
{% for ent in log %} {{ent.when}}
{{ ent.logent.logent.html | safe }}
{%- endfor %}
-
+ + {{ m::footer() }} -- 2.30.2