X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=templates%2Fviews%2Flist.html;h=99d8a415554a9cfe6f3701e2cf5a59e66da4cefa;hb=ba67edf5cc964bb13a81af1a2e4768823e95a31a;hp=27ece0c90304e38123f6961a2109388ea8399049;hpb=96db269aa6a9f6a7a95ded55969d7e430543a833;p=fba.git diff --git a/templates/views/list.html b/templates/views/list.html index 27ece0c..99d8a41 100644 --- a/templates/views/list.html +++ b/templates/views/list.html @@ -1,10 +1,14 @@ {% extends "base.html" %} -{% block title %}{% if mode == 'detection_mode' %} - Detection mode {{value}}{% endif %}{% endblock %} +{% block title %}{% if mode == 'detection_mode' %} - Detection mode {{value}}{% elif mode == 'software' %} - Used software {{value}}{% elif mode == 'command' %} - Command {{value}}{% endif %}{% endblock %} {% block header %} {% if mode == 'detection_mode' %}

Instances detected by method {{value}}

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

Instances using software {{value}}

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

Instances found by command {{value}}

{% endif %} {% endblock %} @@ -27,7 +31,7 @@ Detection mode Command First added - Last seen + Last updated @@ -55,7 +59,7 @@ {{row['command']}} {{row['first_seen']}} - {{row['last_seen']}} + {{row['last_updated']}} {% endfor %}