Development

This commit is contained in:
Matthew Grotke 2026-06-03 03:26:13 -04:00
parent 2e40ed9714
commit 9989b835e9

View file

@ -54,11 +54,6 @@
"label": "VLAN", "label": "VLAN",
"field": "vlan_name" "field": "vlan_name"
}, },
{
"label": "ARP Status",
"field": "status",
"render": "raw_html"
},
{ {
"label": "Last Renewal", "label": "Last Renewal",
"field": "last_active" "field": "last_active"
@ -66,6 +61,11 @@
{ {
"label": "Renews", "label": "Renews",
"field": "renews" "field": "renews"
},
{
"label": "ARP Status",
"field": "status",
"render": "raw_html"
} }
] ]
} }