Development
This commit is contained in:
parent
632776b0d8
commit
70ccd1c70d
1 changed files with 5 additions and 2 deletions
|
|
@ -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": [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue