diff --git a/docker/routlin-dash/app/pages/networklayout/content.json b/docker/routlin-dash/app/pages/networklayout/content.json index 0644c89..55f0320 100644 --- a/docker/routlin-dash/app/pages/networklayout/content.json +++ b/docker/routlin-dash/app/pages/networklayout/content.json @@ -283,13 +283,15 @@ "label": "Lease Time", "name": "dhcp_lease_time", "input_type": "number", - "min": 1 + "min": 1, + "value": "48" }, { "type": "field", "label": "Unit", "name": "dhcp_lease_unit", "input_type": "select", + "value": "hours", "options": [ {"value": "minutes", "label": "Minutes"}, {"value": "hours", "label": "Hours"},