Commit c8437ad6 authored by Ad Schellevis's avatar Ad Schellevis

(legacy) make subnet selectable on ipalias, closes https://github.com/opnsense/core/issues/445

parent 9d544a08
......@@ -263,6 +263,7 @@ $( document ).ready(function() {
switch ($(this).val()) {
case "ipalias":
$("#type").prop("selectedIndex",0);
$("#subnet_bits").attr('disabled', false);
$("#typenote").html("<?=gettext("Please provide a single IP address");?>");
break;
case "carp":
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment