mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-20 05:52:24 +00:00
fix bug restartxray
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
This commit is contained in:
parent
c19235b4dd
commit
e677069d81
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@
|
||||||
await this.getXraySetting();
|
await this.getXraySetting();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
async restartPanel() {
|
async restartXray() {
|
||||||
this.loading(true);
|
this.loading(true);
|
||||||
const msg = await HttpUtil.post("server/restartXrayService");
|
const msg = await HttpUtil.post("server/restartXrayService");
|
||||||
this.loading(false);
|
this.loading(false);
|
||||||
|
|
Loading…
Reference in a new issue