Revision 16ed1347
Added by Viktor Gurov over 5 years ago
src/usr/local/www/vpn_ipsec_phase2.php | ||
---|---|---|
785 | 785 |
} else if (value == 'vti') { |
786 | 786 |
hideClass('opt_localid', false); |
787 | 787 |
hideClass('opt_natid', true); |
788 |
$('#localid_type').val('network'); |
|
788 |
hideClass('opt_remoteid', false); |
|
789 |
$('#localid_type').val('address'); |
|
790 |
disableInput('localid_type', true); |
|
789 | 791 |
typesel_change_local(30); |
790 | 792 |
$('#remoteid_type').val('address'); |
791 | 793 |
disableInput('remoteid_type', true); |
Also available in: Unified diff
fix vti localid hiding in WebGUI