+ client: show DHCP static leases all the time
This commit is contained in:
parent
b9c0b55356
commit
60cbb93488
|
@ -219,7 +219,6 @@ class Dhcp extends Component {
|
|||
</div>
|
||||
</Card>
|
||||
{dhcp.config.enabled && (
|
||||
<Fragment>
|
||||
<Card
|
||||
title={t('dhcp_leases')}
|
||||
bodyType="card-body box-body--settings"
|
||||
|
@ -230,6 +229,7 @@ class Dhcp extends Component {
|
|||
</div>
|
||||
</div>
|
||||
</Card>
|
||||
)}
|
||||
<Card
|
||||
title={t('dhcp_static_leases')}
|
||||
bodyType="card-body box-body--settings"
|
||||
|
@ -260,8 +260,6 @@ class Dhcp extends Component {
|
|||
</Fragment>
|
||||
)}
|
||||
</Fragment>
|
||||
)}
|
||||
</Fragment>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue