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
path: root/web/html
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2023-12-10 18:37:16 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2023-12-10 19:12:04 +0300
commitc529b3aa082e51c15f0c90e636b378e4ffc216cc (patch)
treefa6d99c64eec822e9745e0b62589681df3a7d21e /web/html
parent25505a19158215a3df6a58b75bc610bd95bff8ab (diff)
v2.0.0
Diffstat (limited to 'web/html')
-rw-r--r--web/html/xui/inbounds.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html
index 6309dcb8..7b655543 100644
--- a/web/html/xui/inbounds.html
+++ b/web/html/xui/inbounds.html
@@ -447,7 +447,7 @@
title: "ID",
align: 'right',
dataIndex: "id",
- width: 30,
+ width: 40,
responsive: ["xs"],
}, {
title: '{{ i18n "pages.inbounds.operate" }}',
@@ -487,7 +487,7 @@
}, {
title: '{{ i18n "pages.inbounds.expireDate" }}',
align: 'center',
- width: 40,
+ width: 60,
scopedSlots: { customRender: 'expiryTime' },
}];
@@ -515,9 +515,9 @@
}];
const innerColumns = [
- { title: '{{ i18n "pages.inbounds.operate" }}', width: 50, scopedSlots: { customRender: 'actions' } },
- { title: '{{ i18n "pages.inbounds.enable" }}', width: 20, scopedSlots: { customRender: 'enable' } },
- { title: '{{ i18n "online" }}', width: 20, scopedSlots: { customRender: 'online' } },
+ { title: '{{ i18n "pages.inbounds.operate" }}', width: 65, scopedSlots: { customRender: 'actions' } },
+ { title: '{{ i18n "pages.inbounds.enable" }}', width: 30, scopedSlots: { customRender: 'enable' } },
+ { title: '{{ i18n "online" }}', width: 30, scopedSlots: { customRender: 'online' } },
{ title: '{{ i18n "pages.inbounds.client" }}', width: 80, scopedSlots: { customRender: 'client' } },
{ title: '{{ i18n "pages.inbounds.traffic" }}', width: 80, align: 'center', scopedSlots: { customRender: 'traffic' } },
{ title: '{{ i18n "pages.inbounds.expireDate" }}', width: 80, align: 'center', scopedSlots: { customRender: 'expiryTime' } },