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-03-12 18:53:48 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2024-03-12 18:53:48 +0300
commit10f54cd9370a8be5676c59faeb02e662bbc4934b (patch)
tree9e5d3944c8d367c21f0d487cf186846aad569799 /web/html/xui/form
parentb21758e6a6be72925a005d636e742a1419ce5290 (diff)
[xray] add outbound sendThrough + warp typo fix
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
Diffstat (limited to 'web/html/xui/form')
-rw-r--r--web/html/xui/form/outbound.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/html/xui/form/outbound.html b/web/html/xui/form/outbound.html
index 6432dca7..70e8f6a7 100644
--- a/web/html/xui/form/outbound.html
+++ b/web/html/xui/form/outbound.html
@@ -11,6 +11,9 @@
<a-form-item label='{{ i18n "pages.xray.outbound.tag" }}' has-feedback :validate-status="outModal.duplicateTag? 'warning' : 'success'">
<a-input v-model.trim="outbound.tag" @change="outModal.check()" placeholder='{{ i18n "pages.xray.outbound.tagDesc" }}'></a-input>
</a-form-item>
+ <a-form-item label='{{ i18n "pages.xray.outbound.sendThrough" }}'>
+ <a-input v-model="outbound.sendThrough"></a-input>
+ </a-form-item>
<!-- freedom settings-->
<template v-if="outbound.protocol === Protocols.Freedom">