From: Roland Häder Date: Wed, 26 Jul 2023 10:34:05 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=763df882a36716aa82dc4a7f683de95345c31bed;p=fba.git Continued: - mode 'origin' added for header - also unsupported are shown --- 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 %}