mirror of
https://github.com/unraid/webgui.git
synced 2026-01-06 09:39:58 -06:00
fix: remove hide_eth variable & function usage in DockerSettings.page
- Eliminated the $hide_eth variable as it was not used and attempting to be set by an undeclared function
This commit is contained in:
@@ -424,7 +424,6 @@ $port = normalize($network);
|
||||
[$range,$size] = my_explode('/',_var($dockercfg,"DOCKER_RANGE_$port"));
|
||||
$disabled = $subnet ? '':'disabled';
|
||||
$dhcpDisabled = $range ? '':'disabled';
|
||||
$hide_eth = hide_eth($network);
|
||||
?>
|
||||
<?if ($protocol[$network] != 'ipv6' && ($network != 'wlan0' || lan_port('wlan0',true) == 1)):?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user