]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Wed, 26 Jul 2023 10:34:05 +0000 (12:34 +0200)
committerRoland Häder <roland@mxchange.org>
Wed, 26 Jul 2023 10:34:05 +0000 (12:34 +0200)
- mode 'origin' added for header
- also unsupported are shown

templates/views/list.html

index 99d8a415554a9cfe6f3701e2cf5a59e66da4cefa..d1c8c985075012d42bc37401582cbfc858d81dd1 100644 (file)
@@ -9,6 +9,10 @@
         <h1>Instances using software {{value}}</h1>
     {% elif mode == 'command' %}
         <h1>Instances found by command {{value}}</h1>
+    {% elif mode == 'origin' %}
+        <h1>Instances originated from {{value}}</h1>
+    {% else %}
+        <h1 style="color: red">mode={{mode}} not supported</h1>
     {% endif %}
 {% endblock %}