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-05-07 16:42:47 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2023-05-07 16:42:47 +0300
commit87a5190b7d2e01678a6fbb08722e1326692f3530 (patch)
tree8728e2bef80fc245ce6105f95320884a4866e4ec /web/html/xui/form/protocol/trojan.html
parent9d47d74a7a076921d157188ae82ea83e66c96d09 (diff)
v1.4.0
Diffstat (limited to 'web/html/xui/form/protocol/trojan.html')
-rw-r--r--web/html/xui/form/protocol/trojan.html22
1 files changed, 20 insertions, 2 deletions
diff --git a/web/html/xui/form/protocol/trojan.html b/web/html/xui/form/protocol/trojan.html
index 9c392926..983c0ba9 100644
--- a/web/html/xui/form/protocol/trojan.html
+++ b/web/html/xui/form/protocol/trojan.html
@@ -17,10 +17,28 @@
<a-form-item label="Password">
<a-input v-model.trim="client.password" style="width: 150px;"></a-input>
</a-form-item>
- <a-form-item label="Subscription" v-if="client.email">
+ <a-form-item v-if="client.email">
+ <span slot="label">
+ Subscription
+ <a-tooltip>
+ <template slot="title">
+ <span>{{ i18n "pages.inbounds.subscriptionDesc" }}</span>
+ </template>
+ <a-icon type="question-circle" theme="filled"></a-icon>
+ </a-tooltip>
+ </span>
<a-input v-model.trim="client.subId"></a-input>
</a-form-item>
- <a-form-item label="Telegram Username" v-if="client.email">
+ <a-form-item v-if="client.email">
+ <span slot="label">
+ Telegram ID
+ <a-tooltip>
+ <template slot="title">
+ <span>{{ i18n "pages.inbounds.telegramDesc" }}</span>
+ </template>
+ <a-icon type="question-circle" theme="filled"></a-icon>
+ </a-tooltip>
+ </span>
<a-input v-model.trim="client.tgId"></a-input>
</a-form-item>
<a-form-item>