diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-05-22 21:22:35 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-05-22 21:22:35 +0300 |
| commit | 8ae7f4a564e8195fabcf3cc1c5111de47d9cb94d (patch) | |
| tree | e3f9f4850b0a50c2d9e0a77bac395e1c4eef2d8f | |
| parent | 6f46f3e63690ce39d5e52a9dc6e4526fc97ed6a3 (diff) | |
small fixes
| -rw-r--r-- | web/html/xui/inbounds.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html index e4d76f7e..b906fe00 100644 --- a/web/html/xui/inbounds.html +++ b/web/html/xui/inbounds.html @@ -175,7 +175,7 @@ </template> <template slot="protocol" slot-scope="text, dbInbound"> <a-tag style="margin:0;" color="blue">[[ dbInbound.protocol ]]</a-tag> - <template v-if="dbInbound.isVMess || dbInbound.isVLess || dbInbound.isTrojan"> + <template v-if="dbInbound.isVMess || dbInbound.isVLess || dbInbound.isTrojan || dbInbound.isSS"> <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> |
