From e42edddd33382855202ff2f17e6b77d65f6ad152 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 20 Sep 2024 11:23:53 +0200 Subject: Show RC params in dashboard --- templates/dashboard.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'templates/dashboard.html') diff --git a/templates/dashboard.html b/templates/dashboard.html index c8a1693..040538c 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -7,6 +7,21 @@

Remote control

+ + {% if let Some(e) = errors %} +

Error!: {{ e }}

+ {% endif %} + + + + {% for p in params %} + + + {% endfor %} +
ModuleParameterValue
{{ p.module }}{{ p.param }} + + +
{% include "foot.html" %} -- cgit v1.2.3