Skip to content

Commit c4e4fb9

Browse files
committed
rever gs name change
1 parent cf66aa2 commit c4e4fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/infra/HostEnableDisable.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export default {
9090
if (this.resource.hypervisor !== 'KVM') {
9191
return
9292
}
93-
api('listConfigurations', { name: 'kvm.host.auto.enable.disable', clusterid: this.resource.clusterid }).then(json => {
93+
api('listConfigurations', { name: 'enable.kvm.host.auto.enable.disable', clusterid: this.resource.clusterid }).then(json => {
9494
if (json.listconfigurationsresponse.configuration?.[0]) {
9595
this.kvmAutoEnableDisableSetting = json?.listconfigurationsresponse?.configuration?.[0]?.value || false
9696
}

0 commit comments

Comments
 (0)