From 8a9fe288c3db6ca5bccb133b8614b6896c7d9031 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Sun, 16 Feb 2025 12:09:08 +0100 Subject: [PATCH] Services: Kea DHCP - minor regression in https://github.com/opnsense/core/pull/8297, button hidden due to undersized column. Implements https://github.com/opnsense/core/commit/d192142544df5f3e32f1ae6e5247eec5098c5830 to increase the command column width. cc @Monviech --- src/opnsense/mvc/app/views/OPNsense/Kea/dhcpv4.volt | 2 +- 1 file changed, 1 insertion(+), 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 55b83c432..09450dcf1 100644 --- a/src/opnsense/mvc/app/views/OPNsense/Kea/dhcpv4.volt +++ b/src/opnsense/mvc/app/views/OPNsense/Kea/dhcpv4.volt @@ -150,7 +150,7 @@
- {{ partial('layout_partials/base_bootgrid_table', formGridReservation)}} + {{ partial('layout_partials/base_bootgrid_table', formGridReservation + {'command_width': '8em'} )}}