mirror of https://github.com/apache/cloudstack.git
Egress UI: Make start/end port optional
This commit is contained in:
parent
28cc7477b0
commit
77f80ab72d
|
|
@ -1077,8 +1077,8 @@
|
|||
});
|
||||
}
|
||||
},
|
||||
'startport': { edit: true, label: 'label.start.port' },
|
||||
'endport': { edit: true, label: 'label.end.port' },
|
||||
'startport': { edit: true, label: 'label.start.port', isOptional: true },
|
||||
'endport': { edit: true, label: 'label.end.port', isOptional: true },
|
||||
'icmptype': { edit: true, label: 'ICMP.type', isHidden: true },
|
||||
'icmpcode': { edit: true, label: 'ICMP.code', isHidden: true },
|
||||
'add-rule': {
|
||||
|
|
|
|||
Loading…
Reference in New Issue