Development
This commit is contained in:
parent
6d8be4845e
commit
bc623b14fc
5 changed files with 64 additions and 49 deletions
|
|
@ -39,13 +39,13 @@
|
|||
"class": "col-mono"
|
||||
},
|
||||
{
|
||||
"label": "Port Min",
|
||||
"field": "dst_port_min",
|
||||
"label": "Port Start",
|
||||
"field": "dest_port_start",
|
||||
"class": "col-mono col-narrow"
|
||||
},
|
||||
{
|
||||
"label": "Port Max",
|
||||
"field": "dst_port_max",
|
||||
"label": "Port End",
|
||||
"field": "dest_port_end",
|
||||
"class": "col-mono col-narrow"
|
||||
},
|
||||
{
|
||||
|
|
@ -80,11 +80,11 @@
|
|||
"input_type": "text"
|
||||
},
|
||||
{
|
||||
"col": "dst_port_min",
|
||||
"col": "dest_port_start",
|
||||
"input_type": "number"
|
||||
},
|
||||
{
|
||||
"col": "dst_port_max",
|
||||
"col": "dest_port_end",
|
||||
"input_type": "number"
|
||||
},
|
||||
{
|
||||
|
|
@ -159,7 +159,7 @@
|
|||
{
|
||||
"type": "field",
|
||||
"label": "Dest Port Range Start",
|
||||
"name": "dst_port_min",
|
||||
"name": "dest_port_start",
|
||||
"input_type": "number",
|
||||
"min": 1,
|
||||
"max": 65535
|
||||
|
|
@ -167,7 +167,7 @@
|
|||
{
|
||||
"type": "field",
|
||||
"label": "Dest Port Range End",
|
||||
"name": "dst_port_max",
|
||||
"name": "dest_port_end",
|
||||
"input_type": "number",
|
||||
"min": 1,
|
||||
"max": 65535
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue