From e677069d812ee0b673556f64d44ed1e94ebca33f Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Tue, 5 Dec 2023 00:11:05 +0330 Subject: [PATCH] fix bug restartxray Co-Authored-By: Alireza Ahmadi --- web/html/xui/xray.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);