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:
-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);