Development

This commit is contained in:
Matthew Grotke 2026-06-01 00:30:49 -04:00
parent 632776b0d8
commit 70ccd1c70d

View file

@ -162,8 +162,7 @@
"name": "dst_port_min", "name": "dst_port_min",
"input_type": "number", "input_type": "number",
"min": 1, "min": 1,
"max": 65535, "max": 65535
"hint": "This exception only applies to traffic over this port range."
}, },
{ {
"type": "field", "type": "field",
@ -175,6 +174,10 @@
} }
] ]
}, },
{
"type": "raw_html",
"html": "<p class=\"form-hint\">This exception only applies to traffic matching the selected protocol and destination port range.</p>"
},
{ {
"type": "button_row", "type": "button_row",
"items": [ "items": [