From 8b7cdbe9da035b9fc4cbe6d7a794f62fb2867162 Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Fri, 27 Mar 2020 16:14:56 +0530 Subject: [PATCH] infra: show host configure HA action (#267) Fixes #200 Signed-off-by: Abhishek Kumar Signed-off-by: Rohit Yadav --- ui/src/config/section/infra/hosts.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/src/config/section/infra/hosts.js b/ui/src/config/section/infra/hosts.js index e225ca7a8ba..297cba9f129 100644 --- a/ui/src/config/section/infra/hosts.js +++ b/ui/src/config/section/infra/hosts.js @@ -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 }