Skip to content

Commit

Permalink
Services: Kea DHCP - minor regression in #8297, button hidden due to …
Browse files Browse the repository at this point in the history
…undersized column.

Implements d192142 to increase the command column width.

cc @Monviech
  • Loading branch information
AdSchellevis committed Feb 16, 2025
1 parent fe91dd3 commit 8a9fe28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opnsense/mvc/app/views/OPNsense/Kea/dhcpv4.volt
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

2 comments on commit 8a9fe28

@Monviech
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops, thank you :)

@AdSchellevis
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Monviech noticed while trying something similar on my end ;)

Please sign in to comment.