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>2023-12-19 13:32:17 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2023-12-19 13:32:17 +0300
commiteec4d710977c98343b659ed81701b50a2ddfdb17 (patch)
tree0bef78605062002cd441a4acb3334266f7930582
parenta2bdf23940ffafabbee5329472aea8473af1aec5 (diff)
[xray] add user field
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
-rw-r--r--web/html/xui/xray_rule_modal.html11
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>