mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-557:For createFirewallRule API startport and endport are optional arguments but in UI ports are not optional: adding the appropriate changes
This commit is contained in:
parent
7d7c3eb6da
commit
c4ed97cd28
|
|
@ -1951,8 +1951,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', isDisabled: true },
|
||||
'icmpcode': { edit: true, label: 'ICMP.code', isDisabled: true },
|
||||
'add-rule': {
|
||||
|
|
|
|||
Loading…
Reference in New Issue