mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
firewall, rules. make sure "tcp flags" input matches description. suggestion for https://github.com/opnsense/core/issues/3714
This commit is contained in:
parent
ebd9ea2542
commit
04c1decd19
@ -623,6 +623,12 @@ include("head.inc");
|
||||
$("#"+field).selectpicker('refresh');
|
||||
$("#"+field).change();
|
||||
});
|
||||
if ($("#proto").val() == 'tcp') {
|
||||
$(".input_tcpflags_any,.input_flags").prop('disabled', false);
|
||||
} else {
|
||||
$(".input_tcpflags_any,.input_flags").prop('disabled', true);
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
// IPv4/IPv6 select
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user