浏览代码

fix bug restartxray

Co-Authored-By: Alireza Ahmadi <[email protected]>
MHSanaei 1 年之前
父节点
当前提交
e677069d81
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      web/html/xui/xray.html

+ 1 - 1
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);