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>2024-12-04 00:24:34 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2024-12-04 00:24:34 +0300
commitb859327b8ad84dd2b44b9bd3a336a63646833701 (patch)
tree7584764c810c6d0b7d4252654797cd6270e9a669 /web/html/xui/inbound_info_modal.html
parent3e8fc59213e8567715affb8bff4e398a1f7f7fbc (diff)
splithttp to xhttp
Diffstat (limited to 'web/html/xui/inbound_info_modal.html')
-rw-r--r--web/html/xui/inbound_info_modal.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/html/xui/inbound_info_modal.html b/web/html/xui/inbound_info_modal.html
index 0e0a18fc..c7e05f88 100644
--- a/web/html/xui/inbound_info_modal.html
+++ b/web/html/xui/inbound_info_modal.html
@@ -34,7 +34,7 @@
<a-tag color="green">[[ inbound.network ]]</a-tag>
</td>
</tr>
- <template v-if="inbound.isTcp || inbound.isWs || inbound.isH2 || inbound.isHttpupgrade || inbound.isSplithttp">
+ <template v-if="inbound.isTcp || inbound.isWs || inbound.isH2 || inbound.isHttpupgrade || inbound.isXHTTP">
<tr>
<td>{{ i18n "host" }}</td>
<td v-if="inbound.host">
@@ -58,11 +58,11 @@
</td>
</tr>
</template>
- <template v-if="inbound.isSplithttp">
+ <template v-if="inbound.isXHTTP">
<tr>
<td>Mode</td>
<td>
- <a-tag>[[ inbound.stream.splithttp.mode ]]</a-tag>
+ <a-tag>[[ inbound.stream.xhttp.mode ]]</a-tag>
</td>
</tr>
</template>