Update inbounds.html

This commit is contained in:
shahin-io 2024-01-14 17:52:52 +00:00 committed by GitHub
parent 5d6daa1263
commit 1b37752631
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -452,22 +452,22 @@
title: "ID",
align: 'right',
dataIndex: "id",
width: 40,
width: 30,
responsive: ["xs"],
}, {
title: '{{ i18n "pages.inbounds.operate" }}',
align: 'center',
width: 40,
width: 30,
scopedSlots: { customRender: 'action' },
}, {
title: '{{ i18n "pages.inbounds.enable" }}',
align: 'center',
width: 40,
width: 30,
scopedSlots: { customRender: 'enable' },
}, {
title: '{{ i18n "pages.inbounds.remark" }}',
align: 'center',
width: 80,
width: 60,
dataIndex: "remark",
}, {
title: '{{ i18n "pages.inbounds.port" }}',
@ -477,7 +477,7 @@
}, {
title: '{{ i18n "pages.inbounds.protocol" }}',
align: 'left',
width: 90,
width: 70,
scopedSlots: { customRender: 'protocol' },
}, {
title: '{{ i18n "clients" }}',
@ -492,7 +492,7 @@
}, {
title: '{{ i18n "pages.inbounds.expireDate" }}',
align: 'center',
width: 60,
width: 40,
scopedSlots: { customRender: 'expiryTime' },
}];