<tr>
<td>Software:</td>
- <td>{{instance['software']}}</td>
+ <td><a href="list?mode=software&value={{instance['software']}}&amount=50">{{instance['software']}}</a></td>
</tr>
<tr>
<td>Originating instance:</td>
- <td>{% if instance['origin'] != None %}{% with domain=instance['origin'] %}{% include "widgets/links.html" %}{% endwith %}{% else %}-{% endif %}</td>
+ <td>
+ {% if instance['origin'] != None %}
+ {% with domain=instance['origin'] %}{% include "widgets/links.html" %}{% endwith %}
+ {% else %}
+ -
+ {% endif %}
+ </td>
</tr>
<tr>
<td>Command:</td>
- <td><code>{{instance['command']}}</code></td>
+ <td>
+ <code>{{instance['command']}}</code> -
+ <a href="list?mode=command&value={{instance['command']}}&amount=50">Show</a>
+ </td>
</tr>
<tr>
<td>Detection mode:</td>
- <td><em>{{instance['detection_mode']}}</em></td>
+ <td>
+ {% if instance['detection_mode'] != None %}
+ <a href="list?mode=detection_mode&value={{instance['detection_mode']}}&amount=50">{{instance['detection_mode']}}</a>
+ {% else %}
+ -
+ {% endif %}
+ </td>
</tr>
<tr>