diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-08-26 15:11:52 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-08-26 15:11:52 +0300 |
| commit | 147999dd88766a30e9475b0f1d347895bbde61c6 (patch) | |
| tree | bc525bbaaf729043ca3b6ad6a173733a05fc11da /web/html/xui/inbound_info_modal.html | |
| parent | fe22cbd0e5a87da4c99a2bd075d6858f74da98cc (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.html | 2 |
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 }); } }; |
