We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf66aa2 commit c4e4fb9Copy full SHA for c4e4fb9
ui/src/views/infra/HostEnableDisable.vue
@@ -90,7 +90,7 @@ export default {
90
if (this.resource.hypervisor !== 'KVM') {
91
return
92
}
93
- api('listConfigurations', { name: 'kvm.host.auto.enable.disable', clusterid: this.resource.clusterid }).then(json => {
+ api('listConfigurations', { name: 'enable.kvm.host.auto.enable.disable', clusterid: this.resource.clusterid }).then(json => {
94
if (json.listconfigurationsresponse.configuration?.[0]) {
95
this.kvmAutoEnableDisableSetting = json?.listconfigurationsresponse?.configuration?.[0]?.value || false
96
0 commit comments