diff --git a/computes/templates/overview.html b/computes/templates/overview.html index 34e68c5..89251cc 100644 --- a/computes/templates/overview.html +++ b/computes/templates/overview.html @@ -20,6 +20,9 @@
{% trans "UUID:" %}
+{% trans "Name:" %}
+{{ uuid }}
+{{ name }}
+{% trans "XML:" %}
+ +{% trans "Filter References:" %}
+ + +# | +{% trans "Reference" %} | +{% trans "Action" %} | +||
---|---|---|---|---|
{{ forloop.counter }} | +{{ ref }} | ++ + | +
{% trans "Rules:" %}
+ + + + + + +{% trans "Rule" %} | +{% trans "ActionType" %} | +{% trans "Direction" %} | +{% trans "Priority" %} | +{% trans "Statematch" %} | +{% trans "Directives" %} | +{% trans "Action" %} | +||
---|---|---|---|---|---|---|---|---|
{{ forloop.counter }} | +{{ rule.action }} | +{{ rule.direction }} | +{{ rule.priority }} | +{{ rule.statematch }} | +{{ rule.directives }} | ++ + | +
# | +{% trans "UUID" %} | +{% trans "Name" %} | +{% trans "Action" %} | +||
---|---|---|---|---|---|
{{ forloop.counter }} | +{{ nwfilter.uuid }} | +{{ nwfilter.name }} | ++ + | + ++ + | + ++ + | +