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