]> git.mxchange.org Git - fba.git/blobdiff - templates/views/list.html
Continued:
[fba.git] / templates / views / list.html
index c6851db47e0ab65c726457f7cddd947509184173..27ece0c90304e38123f6961a2109388ea8399049 100644 (file)
@@ -24,6 +24,7 @@
             <th>Domain</th>
             <th>Origin</th>
             <th>Software</th>
+            <th>Detection mode</th>
             <th>Command</th>
             <th>First added</th>
             <th>Last seen</th>
                         {% include "widgets/links.html" %}
                         {% endwith %}
                     </td>
-                    <td>{{row['software']}}</td>
+                    <td>
+                        {% with mode='software',  amount=amount, value=row['software'] %}
+                        {% include "widgets/list_links.html" %}
+                        {% endwith %}
+                    </td>
+                    <td>
+                        {% with mode='detection_mode',  amount=amount, value=row['detection_mode'] %}
+                        {% include "widgets/list_links.html" %}
+                        {% endwith %}
+                    </td>
                     <td><code>{{row['command']}}</code></td>
                     <td>{{row['first_seen']}}</td>
                     <td>{{row['last_seen']}}</td>