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:
authorMHSanaei <ho3ein.sanaei@gmail.com>2023-05-23 00:22:15 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2023-05-23 00:22:15 +0300
commit783fa856c32e1b9a66e31ec2864437691f0653a5 (patch)
treed645ddba9a0e491b6cdc5bd38da56174a3ff1b43 /web/html/xui
parent6139effb8ae69c6b0d2d31d3f98f00ad4be25fd7 (diff)
Fix deprecated gRPC Dial options for Insecure connections
Diffstat (limited to 'web/html/xui')
-rw-r--r--web/html/xui/form/inbound.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/form/inbound.html b/web/html/xui/form/inbound.html
index 9b4c7904..383105ac 100644
--- a/web/html/xui/form/inbound.html
+++ b/web/html/xui/form/inbound.html
@@ -53,7 +53,7 @@
</span>
<a-date-picker :show-time="{ format: 'HH:mm:ss' }" format="YYYY-MM-DD HH:mm:ss"
:dropdown-class-name="themeSwitcher.darkCardClass"
- v-model="dbInbound._expiryTime" style="width: 300px;"></a-date-picker>
+ v-model="dbInbound._expiryTime" style="width: 250px;"></a-date-picker>
</a-form-item>
</a-form>