From adb02c4c4800cb9d77a2b531ba31648b2f68db61 Mon Sep 17 00:00:00 2001 From: Blackwhitebear8 Date: Wed, 17 Sep 2025 20:29:53 +0200 Subject: [PATCH] Add templates/firewall_log.html --- templates/firewall_log.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 templates/firewall_log.html diff --git a/templates/firewall_log.html b/templates/firewall_log.html new file mode 100644 index 0000000..60d95a1 --- /dev/null +++ b/templates/firewall_log.html @@ -0,0 +1,20 @@ +{% extends "base.html" %} + +{% block title %}AS215085 - Router tools | Firewall Log{% endblock %} + +{% block content %} +
+

Firewall Log for Rule {{ rule_number }}

+
{{ ip_version }} / {{ ruleset_name }}
+ +
+
+ Log Output +
+
+
{{ log_data|safe }}
+
+
+ Back to Firewall Overview +
+{% endblock %} \ No newline at end of file