mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Merge pull request #3005 from phil-davis/patch-4
This commit is contained in:
commit
8a63f7f072
@ -1497,8 +1497,10 @@ events.push(function() {
|
||||
hideInput('local_networkv6', true);
|
||||
hideInput('topology', true);
|
||||
} else {
|
||||
hideInput('local_network', false);
|
||||
hideInput('local_networkv6', false);
|
||||
// For tunnel mode that is not shared key,
|
||||
// the display status of local network fields depends on
|
||||
// the state of the gwredir checkbox.
|
||||
gwredir_change();
|
||||
hideInput('topology', false);
|
||||
}
|
||||
break;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user