diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-12-19 13:32:17 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-12-19 13:32:17 +0300 |
| commit | eec4d710977c98343b659ed81701b50a2ddfdb17 (patch) | |
| tree | 0bef78605062002cd441a4acb3334266f7930582 | |
| parent | a2bdf23940ffafabbee5329472aea8473af1aec5 (diff) | |
[xray] add user field
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
| -rw-r--r-- | web/html/xui/xray_rule_modal.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/web/html/xui/xray_rule_modal.html b/web/html/xui/xray_rule_modal.html index 8148d94a..97e396a5 100644 --- a/web/html/xui/xray_rule_modal.html +++ b/web/html/xui/xray_rule_modal.html @@ -81,6 +81,17 @@ <template slot="title"> <span>{{ i18n "pages.xray.rules.useComma" }}</span> </template> + User <a-icon type="question-circle"></a-icon> + </a-tooltip> + </template> + <a-input v-model.trim="ruleModal.rule.user"></a-input> + </a-form-item> + <a-form-item> + <template slot="label"> + <a-tooltip> + <template slot="title"> + <span>{{ i18n "pages.xray.rules.useComma" }}</span> + </template> Port <a-icon type="question-circle"></a-icon> </a-tooltip> </template> |
