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:
authorAli Rahimi <alirahimi818@gmail.com>2024-01-21 17:26:19 +0300
committerGitHub <noreply@github.com>2024-01-21 17:26:19 +0300
commit5c695ca6520c9cd9c44b18119a862f8f480969af (patch)
tree56e739defaf1f1d0326cb30235b1cb6dcf2699e2 /web/html/xui/form
parente7ce8c8ddb8472695b296eac305c5ac9b8c1d3d8 (diff)
add group user with the same subscription id to all inbounds (#1650)
Diffstat (limited to 'web/html/xui/form')
-rw-r--r--web/html/xui/form/client.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/xui/form/client.html b/web/html/xui/form/client.html
index 204aca72..f4ac25f3 100644
--- a/web/html/xui/form/client.html
+++ b/web/html/xui/form/client.html
@@ -15,7 +15,7 @@
</template>
<a-input v-model.trim="client.email"></a-input>
</a-form-item>
- <a-form-item v-if="inbound.protocol === Protocols.TROJAN || inbound.protocol === Protocols.SHADOWSOCKS">
+ <a-form-item v-if="(inbound.protocol === Protocols.TROJAN || inbound.protocol === Protocols.SHADOWSOCKS) && !isGroup">
<template slot="label">
<a-tooltip>
<template slot="title">
@@ -28,7 +28,7 @@
</template>
<a-input v-model.trim="client.password"></a-input>
</a-form-item>
- <a-form-item v-if="inbound.protocol === Protocols.VMESS || inbound.protocol === Protocols.VLESS">
+ <a-form-item v-if="(inbound.protocol === Protocols.VMESS || inbound.protocol === Protocols.VLESS) && !isGroup">
<template slot="label">
<a-tooltip>
<template slot="title">