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 }