* client: disable DHCP check if server enabled and hide errors on disable
This commit is contained in:
committed by
Simon Zolin
parent
24fc2957c5
commit
4b821d67f5
@@ -148,7 +148,8 @@ class Dhcp extends Component {
|
||||
this.props.findActiveDhcp(dhcp.config.interface_name)
|
||||
}
|
||||
disabled={
|
||||
!dhcp.config.interface_name
|
||||
dhcp.config.enabled
|
||||
|| !dhcp.config.interface_name
|
||||
|| dhcp.processingConfig
|
||||
}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user