diff options
Diffstat (limited to 'web/html/xui/form/client.html')
| -rw-r--r-- | web/html/xui/form/client.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/html/xui/form/client.html b/web/html/xui/form/client.html index 1aaf9073..b655ba64 100644 --- a/web/html/xui/form/client.html +++ b/web/html/xui/form/client.html @@ -31,7 +31,8 @@ <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-input v-model.trim="client.id" style="width: 300px;"></a-input> + <a-icon @click="client.id = RandomUtil.randomUUID()" type="sync"> </a-icon> + <a-input v-model.trim="client.id" style="width: 300px;"></a-input> </a-form-item> <a-form-item v-if="client.email"> <span slot="label"> |
