splithttp - change default to accept range (better upload now)

This commit is contained in:
mhsanaei
2024-08-11 11:38:59 +02:00
parent 93d52bc86c
commit d319476eb6
3 changed files with 6 additions and 8 deletions

View File

@@ -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>