fix typo in soft reboot method configuration
This commit is contained in:
parent
0216608316
commit
b52f44cf52
@ -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"}');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user