diff options
| author | Ho3ein <ho3ein.sanaei@gmail.com> | 2023-04-11 22:43:22 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-11 22:43:22 +0300 |
| commit | 2c7b8d1d36f23e0e32512f1a2c43200acda973be (patch) | |
| tree | 97048fb65c7f9f8d5570ed0ba0bb6bd95a948297 /web/html | |
| parent | de8ba292534e1ade2d7665a1e91734d7070ae085 (diff) | |
| parent | c38d75f3d901e7a3f550ab05aef711f95421cae6 (diff) | |
Merge pull request #214 from MHSanaei/dev
bug fixed + reality for trojan
Diffstat (limited to 'web/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 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> |
