Do not alert when restart from webUI gets any other responses
This commit is contained in:
@@ -274,9 +274,10 @@
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
.catch((e) => {
|
.catch((e) => {
|
||||||
this.serverRestarting = false;
|
this.serverRestarting = false
|
||||||
console.error(e);
|
location.href = './login'
|
||||||
alert("Restart error!");
|
console.error(e)
|
||||||
|
return
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
quit() {
|
quit() {
|
||||||
|
|||||||
Reference in New Issue
Block a user