mirror of
https://git.vectorsigma.ru/public/AdGuardHome.git
synced 2026-08-05 04:09:16 +00:00
* client: show message if there is no static ip
This commit is contained in:
@@ -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
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user