fix typo in soft reboot method configuration

This commit is contained in:
fujr 2024-11-13 16:01:26 +08:00
parent 0216608316
commit b52f44cf52

View File

@ -850,7 +850,7 @@
render(){ render(){
this.soft_reboot_btn = this.createBTN("<%:Soft Reboot%>",() => { this.soft_reboot_btn = this.createBTN("<%:Soft Reboot%>",() => {
this.set_config('{"mothod":"soft"}'); this.set_config('{"method":"soft"}');
}); });
this.hard_reboot_btn = this.createBTN("<%:Hard Reboot%>",() => { this.hard_reboot_btn = this.createBTN("<%:Hard Reboot%>",() => {
this.set_config('{"method":"hard"}'); this.set_config('{"method":"hard"}');