mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 16:44:39 +00:00
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:
parent
fe91dd36dd
commit
8a9fe288c3
@ -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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user