Services: Kea DHCP - minor regression in https://github.com/opnsense/core/pull/8297, button hidden due to undersized column.

Implements d192142544 to increase the command column width.

cc @Monviech
This commit is contained in:
Ad Schellevis 2025-02-16 12:09:08 +01:00
parent fe91dd36dd
commit 8a9fe288c3

View File

@ -150,7 +150,7 @@
</div>
<!-- reservations -->
<div id="reservations" class="tab-pane fade in">
{{ partial('layout_partials/base_bootgrid_table', formGridReservation)}}
{{ partial('layout_partials/base_bootgrid_table', formGridReservation + {'command_width': '8em'} )}}
</div>
<!-- HA - peers -->
<div id="ha-peers" class="tab-pane fade in">