diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-06-13 16:56:50 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-06-13 16:56:50 +0300 |
| commit | ad9134bc1add038cf65e1e94def94bddceca989e (patch) | |
| tree | 4d2a5b2a10b7a9b1acf16c6d558762fbf81fefa4 /web/html/xui | |
| parent | b5657ab87d902a6b82fdbe0bbd82c17e3aee4a4d (diff) | |
removed - alterId
https://github.com/XTLS/Xray-core/pull/2199
https://github.com/XTLS/Xray-core/commit/9112cfd39c2105d5b513275f9659b26e92fa7b67
Diffstat (limited to 'web/html/xui')
| -rw-r--r-- | web/html/xui/form/client.html | 3 | ||||
| -rw-r--r-- | web/html/xui/form/protocol/vmess.html | 4 |
2 files changed, 0 insertions, 7 deletions
diff --git a/web/html/xui/form/client.html b/web/html/xui/form/client.html index bd6b08af..4fd5b8e3 100644 --- a/web/html/xui/form/client.html +++ b/web/html/xui/form/client.html @@ -27,9 +27,6 @@ <a-input v-model.trim="client.password" style="width: 300px;"></a-input> </a-form-item> <br> - <a-form-item label='{{ i18n "additional" }} ID' v-if="inbound.protocol === Protocols.VMESS"> - <a-input-number v-model="client.alterId"></a-input-number> - </a-form-item> <a-form-item label="ID" v-if="inbound.protocol === Protocols.VMESS || inbound.protocol === Protocols.VLESS"> <a-icon @click="client.id = RandomUtil.randomUUID()" type="sync"> </a-icon> <a-input v-model.trim="client.id" style="width: 300px;"></a-input> diff --git a/web/html/xui/form/protocol/vmess.html b/web/html/xui/form/protocol/vmess.html index 6dd31307..b58ecaee 100644 --- a/web/html/xui/form/protocol/vmess.html +++ b/web/html/xui/form/protocol/vmess.html @@ -15,10 +15,6 @@ <a-input v-model.trim="client.email" style="width: 200px;"></a-input> </a-form-item> <br> - <a-form-item label='{{ i18n "additional" }} ID'> - <a-input-number v-model="client.alterId"></a-input-number> - </a-form-item> - <br> <a-form-item label="ID"> <a-icon @click="client.id = RandomUtil.randomUUID()" type="sync"> </a-icon> <a-input v-model.trim="client.id" style="width: 300px;"></a-input> |
