{% extends "base_admin.html" %} {% block scripts %} {% endblock %} {% block pagehead %}

Delete existing Policy Tables

{% endblock pagehead %} {% block content %}

General policy tables parameters

A Policy Table contains the Policy Rules defined in the Policy Manager. You shall have tables with unique name only.

Warning: there are mulitiple Policy Tables with the same name in your installation. You shall delete all but one before proceeding to the Policy Manager itself.

{% for table in CurrentTable %} {% endfor %}
ID Name Default parser Default persistence Active persistence Actions
{{ table.id }} {{ table.name }} {{ table.defaultParser }} {{ table.defaultPersistence }} {{ table.defaultPersistenceFlag }}
{% csrf_token %}

Policy Manager | Dashboard

{% endblock content %}