Browse Source

fix bug restartxray

Co-Authored-By: Alireza Ahmadi <[email protected]>
MHSanaei 1 year ago
parent
commit
e677069d81
1 changed files with 1 additions and 1 deletions
  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);