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-27 23:45:06 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2023-04-27 23:45:06 +0300
commit607c5d3598dbb67cd06ddc22681a3a0492328eae (patch)
treeaf73f3c32c02cab21c1f0a07b2bf341a1f18d2ca /web/html/xui/inbound_info_modal.html
parent88795419991da0dccf4319a7113d716261506c9a (diff)
[feature] add grpc multiMode
Diffstat (limited to 'web/html/xui/inbound_info_modal.html')
-rw-r--r--web/html/xui/inbound_info_modal.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/html/xui/inbound_info_modal.html b/web/html/xui/inbound_info_modal.html
index 4e8c7dae..489a9a61 100644
--- a/web/html/xui/inbound_info_modal.html
+++ b/web/html/xui/inbound_info_modal.html
@@ -41,6 +41,7 @@
<template v-if="inbound.isGrpc">
<tr><td>grpc serviceName</td><td><a-tag color="green">[[ inbound.serviceName ]]</a-tag></td></tr>
+ <tr><td>grpc multiMode</td><td><a-tag color="green">[[ inbound.stream.grpc.multiMode ]]</a-tag></td></tr>
</template>
</table>
</td></tr>