From bac5dfe99ec3a0456635777eca2305a72cc9eba2 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 12 Feb 2025 08:58:36 +0100 Subject: [PATCH] src: style --- src/opnsense/mvc/app/views/OPNsense/Kea/dhcpv4.volt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/opnsense/mvc/app/views/OPNsense/Kea/dhcpv4.volt b/src/opnsense/mvc/app/views/OPNsense/Kea/dhcpv4.volt index 04ba4ee89..55b83c432 100644 --- a/src/opnsense/mvc/app/views/OPNsense/Kea/dhcpv4.volt +++ b/src/opnsense/mvc/app/views/OPNsense/Kea/dhcpv4.volt @@ -159,7 +159,6 @@ {{ partial('layout_partials/base_apply_button', {'data_endpoint': '/api/kea/service/reconfigure'}) }} - {{ partial("layout_partials/base_dialog",['fields':formDialogSubnet,'id':formGridSubnet['edit_dialog_id'],'label':lang._('Edit Subnet')])}} {{ partial("layout_partials/base_dialog",['fields':formDialogReservation,'id':formGridReservation['edit_dialog_id'],'label':lang._('Edit Reservation')])}} {{ partial("layout_partials/base_dialog",['fields':formDialogPeer,'id':formGridPeer['edit_dialog_id'],'label':lang._('Edit Peer')])}}