Make DHCP hosts reservation be full width

This commit is contained in:
2024-01-09 18:28:26 +01:00
parent e86b29c03a
commit 71e22bc328
3 changed files with 26 additions and 18 deletions

View File

@ -373,7 +373,7 @@ function IPSection(p: {
)}
{p.config?.dhcp && (p.editable || p.config.dhcp.hosts.length > 0) && (
<EditSection title="DHCP hosts reservations">
<EditSection title="DHCP hosts reservations" fullWidth>
<NetDHCPHostReservations
{...p}
dhcp={p.config.dhcp}