diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-03-12 18:53:48 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-03-12 18:53:48 +0300 |
| commit | 10f54cd9370a8be5676c59faeb02e662bbc4934b (patch) | |
| tree | 9e5d3944c8d367c21f0d487cf186846aad569799 /web/html/xui/form/outbound.html | |
| parent | b21758e6a6be72925a005d636e742a1419ce5290 (diff) | |
[xray] add outbound sendThrough + warp typo fix
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
Diffstat (limited to 'web/html/xui/form/outbound.html')
| -rw-r--r-- | web/html/xui/form/outbound.html | 3 |
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"> |
