mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Shows source ports when they are already defined
This commit is contained in:
parent
bfa790df99
commit
d886ebd6d4
@ -1381,6 +1381,7 @@ include("head.inc");
|
||||
ext_change();
|
||||
typesel_change();
|
||||
proto_change();
|
||||
show_source_port_range();
|
||||
|
||||
<?php
|
||||
$isfirst = 0;
|
||||
|
||||
@ -44,8 +44,10 @@ function ext_change() {
|
||||
}
|
||||
|
||||
function show_source_port_range() {
|
||||
document.getElementById("sprtable").style.display = '';
|
||||
document.getElementById("showadvancedboxspr").style.display = 'none';
|
||||
if(portsenabled) {
|
||||
document.getElementById("sprtable").style.display = '';
|
||||
document.getElementById("showadvancedboxspr").style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
function typesel_change() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user