* client: show message if there is no static ip
This commit is contained in:
parent
b6ae539c36
commit
828d3121be
|
@ -123,7 +123,7 @@ class Dhcp extends Component {
|
|||
</Fragment>
|
||||
);
|
||||
} else if (
|
||||
check.staticIP.static === DHCP_STATUS_RESPONSE.YES
|
||||
check.staticIP.static === DHCP_STATUS_RESPONSE.NO
|
||||
&& check.staticIP.ip
|
||||
&& interfaceName
|
||||
) {
|
||||
|
|
Loading…
Reference in New Issue