diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-09-14 20:53:05 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-09-14 20:53:05 +0300 |
| commit | bf9d2e6aeb47e980305e10be2a0d8545113013e6 (patch) | |
| tree | 57129d50af7aa9ccde6b0539423e92bee7919806 /web/html/xray.html | |
| parent | ed96fa090bc936fcf134e9337a185150a8d4dcf3 (diff) | |
rule: Vless Route
Diffstat (limited to 'web/html/xray.html')
| -rw-r--r-- | web/html/xray.html | 5 |
1 files changed, 3 insertions, 2 deletions
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: [ |
