CLOUDSTACK-557:For createFirewallRule API startport and endport are optional arguments but in UI ports are not optional

This commit is contained in:
Pranav Saxena 2012-11-29 18:26:35 +05:30
parent 51a5919be1
commit 46b16e5917

View File

@ -2302,8 +2302,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': {