Make DHCP hosts reservation be full width
This commit is contained in:
@ -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}
|
||||
|
Reference in New Issue
Block a user