From 4952b4a648eb5fb51b437f6affc60655af4f8330 Mon Sep 17 00:00:00 2001 From: Blackwhitebear8 Date: Fri, 17 Oct 2025 20:09:25 +0200 Subject: [PATCH] Add templates/dhcpv6_leases.html --- templates/dhcpv6_leases.html | 57 ++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 templates/dhcpv6_leases.html diff --git a/templates/dhcpv6_leases.html b/templates/dhcpv6_leases.html new file mode 100644 index 0000000..5ed4eea --- /dev/null +++ b/templates/dhcpv6_leases.html @@ -0,0 +1,57 @@ +{% extends "base.html" %} + +{% block title %}AS215085 - Router tools | DHCPv6 Leases{% endblock %} + +{% block page_header %}

DHCPv6 Delegated Prefixes

{% endblock %} + +{% block content %} + +
+

DHCPv6 Leases

+ + {% if error %} + + {% else %} +
+ + + + +
+ + + + + + + + + + + + + + + + + + + +
IPv6 Address State Last Communication Lease Expiration Remaining Type Pool DUID
+
+ Loading... +
+
+ {% endif %} +
+{% endblock %} \ No newline at end of file