{% extends 'base.html' %} {% load bootstrap %} {% block content %}
| Attribute | Value |
|---|---|
| Name | {{ object.name }} |
| Description | {{ object.description|default:"-"|linebreaksbr }} |
| Table name | {{ object.table_name }} |
| Query | {{ object.get_query_html|safe }} |
| Path | {{ object.path }} |
| Column{{ object.columns|length|pluralize }} | {{ object.columns|join:"
" }} |
| Platform{{ object.platforms|length|pluralize }} | {{ object.platforms|join:", "|default:"-" }} |
{% if perms.osquery.change_automatictableconstruction %} Update {% endif %} {% if perms.osquery.delete_automatictableconstruction %} Delete {% endif %}
{% if perms.osquery.view_configuration %}| Name | {% for configuration in configurations %} |
|---|---|
| {{ configuration }} |