diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-03-08 20:14:48 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-03-08 20:14:48 +0300 |
| commit | 700cf9c10b28ebefcec9c927c6272a1307a3edc6 (patch) | |
| tree | ea78d48fdf46849d54b681b3ddc21462f1175999 /web | |
| parent | 697cd5e6d9d8cdacb1cf36fb485667e2409eba62 (diff) | |
minor changes
Diffstat (limited to 'web')
| -rw-r--r-- | web/html/xui/xray.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/web/html/xui/xray.html b/web/html/xui/xray.html index 41bbd214..99f5f990 100644 --- a/web/html/xui/xray.html +++ b/web/html/xui/xray.html @@ -806,16 +806,16 @@ { title: 'Port', dataIndex: 'sourcePort', align: 'center', width: 10, ellipsis: true } ]}, { title: '{{ i18n "pages.inbounds.network"}}', children: [ { title: 'L4', dataIndex: 'network', align: 'center', width: 10 }, - { title: 'Protocol', dataIndex: 'protocol', align: 'center', width: 10, ellipsis: true }, - { title: 'Attrs', dataIndex: 'attrs', align: 'center', width: 20, ellipsis: true } ]}, + { title: 'Protocol', dataIndex: 'protocol', align: 'center', width: 15, ellipsis: true }, + { title: 'Attrs', dataIndex: 'attrs', align: 'center', width: 10, ellipsis: true } ]}, { title: '{{ i18n "pages.xray.rules.dest"}}', children: [ { title: 'IP', dataIndex: 'ip', align: 'center', width: 20, ellipsis: true }, { title: 'Domain', dataIndex: 'domain', align: 'center', width: 20, ellipsis: true }, { title: 'Port', dataIndex: 'port', align: 'center', width: 10, ellipsis: true }]}, { title: '{{ i18n "pages.xray.rules.inbound"}}', children: [ - { title: 'Inbound Tag', dataIndex: 'inboundTag', align: 'center', width: 15, ellipsis: true }, + { title: 'Tag', dataIndex: 'inboundTag', align: 'center', width: 15, ellipsis: true }, { title: 'Client Email', dataIndex: 'user', align: 'center', width: 20, ellipsis: true }]}, - { title: '{{ i18n "pages.xray.rules.outbound"}}', dataIndex: 'outboundTag', align: 'center', width: 15 }, + { title: '{{ i18n "pages.xray.rules.outbound"}}', dataIndex: 'outboundTag', align: 'center', width: 17 }, { title: '{{ i18n "pages.xray.rules.balancer"}}', dataIndex: 'balancerTag', align: 'center', width: 15 }, ]; |
