This is an automated email from the ASF dual-hosted git repository. pearl11594 pushed a commit to branch rename-ambiguous-globalsetting in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/rename-ambiguous-globalsetting by this push: new c4e4fb93a56 rever gs name change c4e4fb93a56 is described below commit c4e4fb93a56cebf3a28211c0ccddcb04329d108c Author: Pearl Dsilva <pearl1...@gmail.com> AuthorDate: Thu Feb 13 06:30:44 2025 -0500 rever gs name change --- ui/src/views/infra/HostEnableDisable.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/views/infra/HostEnableDisable.vue b/ui/src/views/infra/HostEnableDisable.vue index 1d9839243d8..84310a0051f 100644 --- a/ui/src/views/infra/HostEnableDisable.vue +++ b/ui/src/views/infra/HostEnableDisable.vue @@ -90,7 +90,7 @@ export default { if (this.resource.hypervisor !== 'KVM') { return } - 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 => { if (json.listconfigurationsresponse.configuration?.[0]) { this.kvmAutoEnableDisableSetting = json?.listconfigurationsresponse?.configuration?.[0]?.value || false }