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:
Pranav Saxena 2012-12-19 12:26:07 +05:30
parent 7d7c3eb6da
commit c4ed97cd28
1 changed files with 2 additions and 2 deletions

View File

@ -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': {