Explorar o código

fix bug restartxray

Co-Authored-By: Alireza Ahmadi <[email protected]>
MHSanaei hai 1 ano
pai
achega
e677069d81
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);