Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2023-12-04 23:41:05 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2023-12-04 23:41:05 +0300
commite677069d812ee0b673556f64d44ed1e94ebca33f (patch)
treeef275d1f142e589f8736df50fcd92865f513f20f
parentc19235b4ddb336bf1475d0b92d385b986519429a (diff)
fix bug restartxray
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
-rw-r--r--web/html/xui/xray.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/xray.html b/web/html/xui/xray.html
index 198ba093..ff22bfe5 100644
--- a/web/html/xui/xray.html
+++ b/web/html/xui/xray.html
@@ -331,7 +331,7 @@
await this.getXraySetting();
}
},
- async restartPanel() {
+ async restartXray() {
this.loading(true);
const msg = await HttpUtil.post("server/restartXrayService");
this.loading(false);