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:
authorTara Rostami <132676256+TaraRostami@users.noreply.github.com>2023-12-12 19:33:29 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2023-12-12 19:34:01 +0300
commite300fbc7cb18acd7239844c9ac7aac698dbd7cb5 (patch)
treeca08fbd42bbe6f2d61ff3694913be3bf4548181d /web/html/xui/form
parent038bbfaee1328494ccb87b9e695f3045bffb0183 (diff)
Update inbound_info_modal.html (#1342)
* Update login.html * Update custom.css * Update inbound_info_modal.html * Update custom.css * Update custom.css
Diffstat (limited to 'web/html/xui/form')
-rw-r--r--web/html/xui/form/client.html2
-rw-r--r--web/html/xui/form/tls_settings.html8
2 files changed, 5 insertions, 5 deletions
diff --git a/web/html/xui/form/client.html b/web/html/xui/form/client.html
index 30bf6566..0ade5241 100644
--- a/web/html/xui/form/client.html
+++ b/web/html/xui/form/client.html
@@ -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">
diff --git a/web/html/xui/form/tls_settings.html b/web/html/xui/form/tls_settings.html
index d277df79..1aa53193 100644
--- a/web/html/xui/form/tls_settings.html
+++ b/web/html/xui/form/tls_settings.html
@@ -327,7 +327,7 @@
</td>
<td>
<a-form-item>
- <a-input v-model.trim="inbound.stream.reality.dest" style="width: 300px"></a-input>
+ <a-input v-model.trim="inbound.stream.reality.dest" style="width: 250px"></a-input>
</a-form-item>
</td>
</tr>
@@ -337,7 +337,7 @@
</td>
<td>
<a-form-item>
- <a-input v-model.trim="inbound.stream.reality.serverNames" style="width: 300px"></a-input>
+ <a-input v-model.trim="inbound.stream.reality.serverNames" style="width: 250px"></a-input>
</a-form-item>
</td>
</tr>
@@ -369,7 +369,7 @@
</td>
<td>
<a-form-item>
- <a-input v-model.trim="inbound.stream.reality.privateKey" style="width: 300px"></a-input>
+ <a-input v-model.trim="inbound.stream.reality.privateKey" style="width: 250px"></a-input>
</a-form-item>
</td>
</tr>
@@ -380,7 +380,7 @@
<td>
<a-form-item>
<a-input v-model.trim="inbound.stream.reality.settings.publicKey"
- style="width: 300px"></a-input>
+ style="width: 250px"></a-input>
</a-form-item>
</td>
</tr>