aboutsummaryrefslogtreecommitdiff
path: root/web/kbn_templates/routing_dhcp.j2
diff options
context:
space:
mode:
Diffstat (limited to 'web/kbn_templates/routing_dhcp.j2')
-rw-r--r--web/kbn_templates/routing_dhcp.j214
1 files changed, 14 insertions, 0 deletions
diff --git a/web/kbn_templates/routing_dhcp.j2 b/web/kbn_templates/routing_dhcp.j2
new file mode 100644
index 0000000..c8a3e8e
--- /dev/null
+++ b/web/kbn_templates/routing_dhcp.j2
@@ -0,0 +1,14 @@
+{% extends "base.j2" %}
+
+{% block content %}
+{% include 'routing_header.j2' %}
+
+{% for lease in leases %}
+ <div class="mt-3">
+ <b>{{ lease.hostname }}</b> <span class="text-secondary">(exp: {{ lease.time_s }})</span><br/>
+ {{ lease.ip }}<br>
+ <span class="text-secondary">{{ lease.mac }}</span>
+ </div>
+{% endfor %}
+
+{% endblock %} \ No newline at end of file