mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 09:34:39 +00:00
firewall: another cleanup
This commit is contained in:
parent
d33f91ddf9
commit
bb5e7d434f
@ -273,13 +273,11 @@ $( document ).ready(function() {
|
||||
$("#noexpand").attr('disabled', false);
|
||||
$("#noexpandrow").removeClass("hidden");
|
||||
$("#typenote").html("<?= html_safe(gettext('This is a CIDR block of proxy ARP addresses.')) ?>");
|
||||
$("#max_vhid").attr('disabled', true);
|
||||
break;
|
||||
case "other":
|
||||
$("#type").attr('disabled', false);
|
||||
$("#subnet_bits").attr('disabled', false);
|
||||
$("#typenote").html("<?= html_safe(gettext('This must be the network\'s subnet mask. It does not specify a CIDR range.')) ?>");
|
||||
$("#max_vhid").attr('disabled', true);
|
||||
break;
|
||||
}
|
||||
// refresh selectpickers
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user