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-09-02 11:24:02 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2024-09-02 11:24:02 +0300
commit4ad04e2032a85cc039c6f89cc610dcfc264ffa5f (patch)
tree1c5d4abf8c2472dc2995eaef9811c9d753b6f03d
parentf2ebe128cc8d842dfed4e7a7b054fa19a414ea27 (diff)
[fragment] manual config for packets
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
-rw-r--r--web/html/xui/settings.html13
1 files changed, 1 insertions, 12 deletions
diff --git a/web/html/xui/settings.html b/web/html/xui/settings.html
index a12dfab9..da306509 100644
--- a/web/html/xui/settings.html
+++ b/web/html/xui/settings.html
@@ -296,18 +296,7 @@
</a-row>
<a-collapse v-if="fragment" style="margin-top: 14px;">
<a-collapse-panel header='{{ i18n "pages.settings.fragmentSett"}}' v-if="fragment">
- <a-list-item style="padding: 10px 20px">
- <a-row>
- <a-col :lg="24" :xl="12">
- <a-list-item-meta title='Packets'></a-list-item-meta>
- </a-col>
- <a-col :lg="24" :xl="12">
- <a-select v-model="fragmentPackets" style="width: 100%" :dropdown-class-name="themeSwitcher.currentTheme">
- <a-select-option :value="p" :label="p" v-for="p in ['1-1', '1-3', 'tlshello']"> [[ p ]] </a-select-option>
- </a-select>
- </a-col>
- </a-row>
- </a-list-item>
+ <setting-list-item style="padding: 10px 20px" type="text" title='Packets' v-model="fragmentPackets" placeholder="1-1 | 1-3 | tlshello | ..."></setting-list-item>
<setting-list-item style="padding: 10px 20px" type="text" title='Length' v-model="fragmentLength" placeholder="100-200"></setting-list-item>
<setting-list-item style="padding: 10px 20px" type="text" title='Interval' v-model="fragmentInterval" placeholder="10-20"></setting-list-item>
</a-collapse-panel>