mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
config: update infra changes
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
af10d498a2
commit
94be7acb06
@ -205,9 +205,13 @@ export default {
|
||||
label: 'label.ha.configure',
|
||||
dataView: true,
|
||||
args: ['hostid', 'provider'],
|
||||
show: (record) => { return ['KVM'].includes(record.hypervisor) },
|
||||
mapping: {
|
||||
hostid: {
|
||||
value: (record) => { return record.id }
|
||||
},
|
||||
provider: {
|
||||
options: ['KVMHAProvider']
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@ -208,7 +208,7 @@ export default {
|
||||
label: 'label.update.vmware.datacenter',
|
||||
dataView: true,
|
||||
show: (record) => { return record.vmwaredcid },
|
||||
args: ['zoneid', 'name', 'vcenter', 'username', 'password', 'isrecursive'],
|
||||
args: ['zoneid', 'name', 'vcenter', 'username', 'password'],
|
||||
mapping: {
|
||||
zoneid: {
|
||||
value: (record) => { return record.id }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user