mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
bug 13580: create zone wizard - advanced zone - make Guest CIDR field optional instead of required.
This commit is contained in:
parent
3da70d80bc
commit
0da5fadcda
@ -203,7 +203,7 @@
|
|||||||
guestcidraddress: {
|
guestcidraddress: {
|
||||||
label: 'Guest CIDR',
|
label: 'Guest CIDR',
|
||||||
defaultValue: '10.1.1.0/24',
|
defaultValue: '10.1.1.0/24',
|
||||||
validation: { required: true }
|
validation: { required: false }
|
||||||
},
|
},
|
||||||
ispublic: {
|
ispublic: {
|
||||||
isReverse: true,
|
isReverse: true,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user