Explorar el Código

fix bug restartxray

Co-Authored-By: Alireza Ahmadi <[email protected]>
MHSanaei hace 1 año
padre
commit
e677069d81
Se han modificado 1 ficheros con 1 adiciones y 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);