mirror of https://github.com/apache/cloudstack.git
infra: show host configure HA action (#267)
Fixes #200 Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com> Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
962788696b
commit
8b7cdbe9da
|
|
@ -192,7 +192,6 @@ 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 }
|
||||
|
|
|
|||
Loading…
Reference in New Issue