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-04-11 18:53:40 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2023-04-11 18:53:40 +0300
commit4e7ad9e6de7520a3ed510fadb9644a47237aeb53 (patch)
tree1132c3cb7513e456b2ae865a68fd4234c5a4fbca /web/html/xui
parent8c40e7281fe40b3dfe40093446a339a99c2f2e1a (diff)
bug fix
Diffstat (limited to 'web/html/xui')
-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 1b05a12c..049d529e 100644
--- a/web/html/xui/inbound_info_modal.html
+++ b/web/html/xui/inbound_info_modal.html
@@ -49,7 +49,7 @@
tls: <a-tag color="green">{{ i18n "enabled" }}</a-tag><br />
tls {{ i18n "domainName" }}: <a-tag :color="inbound.serverName ? 'green' : 'orange'">[[ inbound.serverName ? inbound.serverName : '' ]]</a-tag>
</td>
- <td v-else-if="inbound.xtls">
+ <td v-else-if="inbound.XTLS">
xtls: <a-tag color="green">{{ i18n "enabled" }}</a-tag><br />
xtls {{ i18n "domainName" }}: <a-tag :color="inbound.serverName ? 'green' : 'orange'">[[ inbound.serverName ? inbound.serverName : '' ]]</a-tag>
</td>