diff options
Diffstat (limited to 'web/html/xui/inbound_info_modal.html')
| -rw-r--r-- | web/html/xui/inbound_info_modal.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/web/html/xui/inbound_info_modal.html b/web/html/xui/inbound_info_modal.html index 36f165c6..0e0a18fc 100644 --- a/web/html/xui/inbound_info_modal.html +++ b/web/html/xui/inbound_info_modal.html @@ -58,6 +58,14 @@ </td> </tr> </template> + <template v-if="inbound.isSplithttp"> + <tr> + <td>Mode</td> + <td> + <a-tag>[[ inbound.stream.splithttp.mode ]]</a-tag> + </td> + </tr> + </template> <template v-if="inbound.isKcp"> <tr> <td>kcp {{ i18n "encryption" }}</td> |
