mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-03-22 02:25:48 +00:00
Update inbound_info_modal.html (#1342)
* Update login.html * Update custom.css * Update inbound_info_modal.html * Update custom.css * Update custom.css
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
<tr v-if="inbound.protocol === Protocols.VMESS || inbound.protocol === Protocols.VLESS">
|
||||
<td>ID <a-icon @click="client.id = RandomUtil.randomUUID()" type="sync"></a-icon></td>
|
||||
<td>
|
||||
<a-input v-model.trim="client.id" style="width: 300px;"></a-input>
|
||||
<a-input v-model.trim="client.id" style="width: 250px;"></a-input>
|
||||
</td>
|
||||
</tr>
|
||||
<tr v-if="client.email && app.subSettings.enable">
|
||||
|
||||
Reference in New Issue
Block a user