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:
Abhishek Kumar 2020-03-27 16:14:56 +05:30 committed by Rohit Yadav
parent 962788696b
commit 8b7cdbe9da
1 changed files with 0 additions and 1 deletions

View File

@ -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 }