mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CLOUDSTACK-557:For createFirewallRule API startport and endport are optional arguments but in UI ports are not optional
This commit is contained in:
parent
51a5919be1
commit
46b16e5917
@ -2302,8 +2302,8 @@
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'startport': { edit: true, label: 'label.start.port' },
|
'startport': { edit: true, label: 'label.start.port',isOptional: true },
|
||||||
'endport': { edit: true, label: 'label.end.port' },
|
'endport': { edit: true, label: 'label.end.port',isOptional: true },
|
||||||
'icmptype': { edit: true, label: 'ICMP.type', isDisabled: true },
|
'icmptype': { edit: true, label: 'ICMP.type', isDisabled: true },
|
||||||
'icmpcode': { edit: true, label: 'ICMP.code', isDisabled: true },
|
'icmpcode': { edit: true, label: 'ICMP.code', isDisabled: true },
|
||||||
'add-rule': {
|
'add-rule': {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user