From 763df882a36716aa82dc4a7f683de95345c31bed Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 26 Jul 2023 12:34:05 +0200 Subject: [PATCH] Continued: - mode 'origin' added for header - also unsupported are shown --- templates/views/list.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/views/list.html b/templates/views/list.html index 99d8a41..d1c8c98 100644 --- a/templates/views/list.html +++ b/templates/views/list.html @@ -9,6 +9,10 @@

Instances using software {{value}}

{% elif mode == 'command' %}

Instances found by command {{value}}

+ {% elif mode == 'origin' %} +

Instances originated from {{value}}

+ {% else %} +

mode={{mode}} not supported

{% endif %} {% endblock %} -- 2.39.5