mirror of https://github.com/apache/cloudstack.git
making fields required when adding a vmwareDC to a cloudstack zone
This commit is contained in:
parent
0b4e0b307f
commit
388e80efb1
|
|
@ -5711,7 +5711,7 @@
|
|||
title: 'Add VMware datacenter',
|
||||
fields: {
|
||||
name: {
|
||||
label: 'label.name',
|
||||
label: 'DC Name',
|
||||
validation: { required: true }
|
||||
},
|
||||
vcenter: {
|
||||
|
|
@ -5720,12 +5720,12 @@
|
|||
},
|
||||
username: {
|
||||
label: 'label.username',
|
||||
validation: { required: false }
|
||||
validation: { required: true }
|
||||
},
|
||||
password: {
|
||||
label: 'label.password',
|
||||
isPassword: true,
|
||||
validation: { required: false }
|
||||
validation: { required: true }
|
||||
},
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue