diff options
| -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> |
