{% extends 'base.html' %} {% load bootstrap %} {% block content %}
| # | {% if perms.osquery.view_query %}Query | {% endif %}Tables | Machines | Results | {% if perms.osquery.view_filecarvingsession %}File carving sessions | {% endif %}
|---|---|---|---|---|---|
| {{ distributed_query.id }} | {% if perms.osquery.view_query %}{% if distributed_query.query_id %}{{ distributed_query.query_name }}{% else %}-{% endif %} | {% endif %}
{% for table in distributed_query.tables %}{{ table }} {% endfor %}
|
{% if distributed_query.machine_count %}{{ distributed_query.machine_count }}{% else %}-{% endif %} | {% if distributed_query.result_count %}{{ distributed_query.result_count }}{% else %}-{% endif %} | {% if perms.osquery.view_filecarvingsession %}{% if distributed_query.file_carving_session_count %}{{ distributed_query.file_carving_session_count }}{% else %}-{% endif %} | {% endif %}