From bf9d2e6aeb47e980305e10be2a0d8545113013e6 Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Sun, 14 Sep 2025 19:53:05 +0200 Subject: rule: Vless Route --- web/html/xray.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'web/html/xray.html') diff --git a/web/html/xray.html b/web/html/xray.html index 5b1b8026..9f528e03 100644 --- a/web/html/xray.html +++ b/web/html/xray.html @@ -146,8 +146,9 @@ { title: "#", align: 'center', width: 15, scopedSlots: { customRender: 'action' } }, { title: '{{ i18n "pages.xray.rules.source"}}', children: [ - { title: 'IP', dataIndex: "source", align: 'center', width: 20, ellipsis: true }, - { title: '{{ i18n "pages.inbounds.port" }}', dataIndex: 'sourcePort', align: 'center', width: 10, ellipsis: true }] + { title: 'IP', dataIndex: "sourceIP", align: 'center', width: 20, ellipsis: true }, + { title: '{{ i18n "pages.inbounds.port" }}', dataIndex: 'sourcePort', align: 'center', width: 10, ellipsis: true }, + { title: 'VLESS Route', dataIndex: 'vlessRoute', align: 'center', width: 15, ellipsis: true }] }, { title: '{{ i18n "pages.inbounds.network"}}', children: [ -- cgit v1.2.3