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-08-11 12:38:59 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2024-08-11 12:38:59 +0300
commitd319476eb6e7b9426b2441069d619284e1ab6ac2 (patch)
tree8f6df4e43d2c9dedea3e15e082bd2bb12e272440 /web/html/xui/form/protocol
parent93d52bc86c4725fdfbdb629e87bbb5d24abf7d37 (diff)
splithttp - change default to accept range (better upload now)
Diffstat (limited to 'web/html/xui/form/protocol')
-rw-r--r--web/html/xui/form/protocol/vless.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/web/html/xui/form/protocol/vless.html b/web/html/xui/form/protocol/vless.html
index 82d5424e..2f58b28a 100644
--- a/web/html/xui/form/protocol/vless.html
+++ b/web/html/xui/form/protocol/vless.html
@@ -9,12 +9,10 @@
<table width="100%">
<tr class="client-table-header">
<th>{{ i18n "pages.inbounds.email" }}</th>
- <th>Flow</th>
<th>ID</th>
</tr>
<tr v-for="(client, index) in inbound.settings.vlesses" :class="index % 2 == 1 ? 'client-table-odd-row' : ''">
<td>[[ client.email ]]</td>
- <td>[[ client.flow ]]</td>
<td>[[ client.id ]]</td>
</tr>
</table>