Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2023-08-26 15:11:52 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2023-08-26 15:11:52 +0300
commit147999dd88766a30e9475b0f1d347895bbde61c6 (patch)
treebc525bbaaf729043ca3b6ad6a173733a05fc11da /web/html/xui/inbound_info_modal.html
parentfe22cbd0e5a87da4c99a2bd075d6858f74da98cc (diff)
[sub] support client-side group name
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
Diffstat (limited to 'web/html/xui/inbound_info_modal.html')
-rw-r--r--web/html/xui/inbound_info_modal.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/inbound_info_modal.html b/web/html/xui/inbound_info_modal.html
index a28d9f58..42b169fc 100644
--- a/web/html/xui/inbound_info_modal.html
+++ b/web/html/xui/inbound_info_modal.html
@@ -295,7 +295,7 @@
},
genSubLink(subID) {
const { domain: host, port, tls: isTLS, path: base } = app.subSettings;
- return buildURL({ host, port, isTLS, base, path: subID });
+ return buildURL({ host, port, isTLS, base, path: subID+'?name='+subID });
}
};