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-13 19:25:20 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2023-12-14 09:45:44 +0300
commit6a2019629b203108062c05c0b17b37604405fcfd (patch)
tree7f7a3c8115d5b89db7daefdc70fd96acbd5c9ef7 /web/html/xui/form
parent8d18c8e98f1b6531d1997feb6933419d71401968 (diff)
v2.0.1
Diffstat (limited to 'web/html/xui/form')
-rw-r--r--web/html/xui/form/client.html21
-rw-r--r--web/html/xui/form/tls_settings.html2
2 files changed, 9 insertions, 14 deletions
diff --git a/web/html/xui/form/client.html b/web/html/xui/form/client.html
index e5236acc..dff1dd5c 100644
--- a/web/html/xui/form/client.html
+++ b/web/html/xui/form/client.html
@@ -70,7 +70,7 @@
<span>{{ i18n "pages.inbounds.IPLimitDesc"}}</span>
</template>
<span>{{ i18n "pages.inbounds.IPLimit"}} </span>
- <a-icon type="question-circle" theme="filled"></a-icon>
+ <a-icon type="question-circle"></a-icon>
</a-tooltip>
</template>
<a-input-number v-model="client.limitIp" min="0"></a-input-number>
@@ -82,7 +82,7 @@
<span>{{ i18n "pages.inbounds.IPLimitlogDesc" }}</span>
</template>
<span>{{ i18n "pages.inbounds.IPLimitlog" }}</span>
- <a-icon type="question-circle" theme="filled"></a-icon>
+ <a-icon type="question-circle"></a-icon>
</a-tooltip>
</template>
<a-tooltip>
@@ -123,8 +123,7 @@
</template>
<a-input-number v-model="client._totalGB" :min="0"></a-input-number>
</a-form-item>
- <a-form-item v-if="isEdit && clientStats">
- {{ i18n "usage" }}
+ <a-form-item v-if="isEdit && clientStats" label='{{ i18n "usage" }}'>
<a-tag :color="clientUsageColor(clientStats, app.trafficDiff)">
[[ sizeFormat(clientStats.up) ]] /
[[ sizeFormat(clientStats.down) ]]
@@ -146,11 +145,9 @@
<a-form-item v-else>
<template slot="label">
<a-tooltip>
- <template slot="title">
- <span>{{ i18n "pages.inbounds.leaveBlankToNeverExpire" }}</span>
- </template>
- <span>{{ i18n "pages.inbounds.expireDate" }}</span>
- <a-icon type="question-circle" theme="filled"></a-icon>
+ <template slot="title">{{ i18n "pages.inbounds.leaveBlankToNeverExpire" }}</template>
+ {{ i18n "pages.inbounds.expireDate" }}
+ <a-icon type="question-circle"></a-icon>
</a-tooltip>
</template>
<a-date-picker :show-time="{ format: 'HH:mm:ss' }" format="YYYY-MM-DD HH:mm:ss"
@@ -160,11 +157,9 @@
<a-form-item v-if="client.expiryTime != 0">
<template slot="label">
<a-tooltip>
- <template slot="title">
- <span>{{ i18n "pages.client.renewDesc" }}</span>
- </template>
+ <template slot="title">{{ i18n "pages.client.renewDesc" }}</template>
{{ i18n "pages.client.renew" }}
- <a-icon type="question-circle" theme="filled"></a-icon>
+ <a-icon type="question-circle"></a-icon>
</a-tooltip>
</template>
<a-input-number v-model.number="client.reset" :min="0"></a-input-number>
diff --git a/web/html/xui/form/tls_settings.html b/web/html/xui/form/tls_settings.html
index e668805e..a0c9292a 100644
--- a/web/html/xui/form/tls_settings.html
+++ b/web/html/xui/form/tls_settings.html
@@ -172,7 +172,7 @@
<span>{{ i18n "pages.client.renew" }}</span>
</template>
Short Ids
- <a-icon @click="inbound.stream.reality.shortIds = RandomUtil.randomShortId().join(',')" type="sync">
+ <a-icon @click="inbound.stream.reality.shortIds = RandomUtil.randomShortId()" type="sync"> </a-icon>
</a-icon>
</template>
<a-input v-model.trim="inbound.stream.reality.shortIds" style="width:250px"></a-input>