From 9989b835e950efc85d8363096c8c27248b6fd92b Mon Sep 17 00:00:00 2001 From: Matthew Grotke Date: Wed, 3 Jun 2026 03:26:13 -0400 Subject: [PATCH] Development --- docker/routlin-dash/app/pages/dhcpleases/content.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docker/routlin-dash/app/pages/dhcpleases/content.json b/docker/routlin-dash/app/pages/dhcpleases/content.json index 1381c05..d6102ca 100644 --- a/docker/routlin-dash/app/pages/dhcpleases/content.json +++ b/docker/routlin-dash/app/pages/dhcpleases/content.json @@ -54,11 +54,6 @@ "label": "VLAN", "field": "vlan_name" }, - { - "label": "ARP Status", - "field": "status", - "render": "raw_html" - }, { "label": "Last Renewal", "field": "last_active" @@ -66,6 +61,11 @@ { "label": "Renews", "field": "renews" + }, + { + "label": "ARP Status", + "field": "status", + "render": "raw_html" } ] }