diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-04-10 19:28:52 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-04-10 19:28:52 +0300 |
| commit | abb79bd97889e6e75fcd5a3a23e737c993906ffb (patch) | |
| tree | fc14ab1c48fe7eae961e103fea8903a2830a8f94 /web/html/xui/inbounds.html | |
| parent | 38c318737bb5bd8ba6b6bf37be4b3c221ace1736 (diff) | |
Reality
Diffstat (limited to 'web/html/xui/inbounds.html')
| -rw-r--r-- | web/html/xui/inbounds.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html index 0ea018af..b962efcb 100644 --- a/web/html/xui/inbounds.html +++ b/web/html/xui/inbounds.html @@ -134,6 +134,7 @@ <a-tag style="margin:0;" color="green">[[ dbInbound.toInbound().stream.network ]]</a-tag> <a-tag style="margin:0;" v-if="dbInbound.toInbound().stream.isTls" color="cyan">TLS</a-tag> <a-tag style="margin:0;" v-if="dbInbound.toInbound().stream.isXTLS" color="cyan">XTLS</a-tag> + <a-tag style="margin:0;" v-if="dbInbound.toInbound().stream.isReality" color="cyan">Reality</a-tag> </template> </template> <template slot="clients" slot-scope="text, dbInbound"> @@ -239,7 +240,7 @@ }, { title: '{{ i18n "pages.inbounds.protocol" }}', align: 'left', - width: 70, + width: 80, scopedSlots: { customRender: 'protocol' }, }, { title: '{{ i18n "clients" }}', |
