diff options
| author | Sanaei <ho3ein.sanaei@gmail.com> | 2025-09-14 21:03:32 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-14 21:03:32 +0300 |
| commit | 6d41320ed7994c651a4d0d3e5837c4f31000f541 (patch) | |
| tree | 57129d50af7aa9ccde6b0539423e92bee7919806 /web/html/xray.html | |
| parent | 5ee62b25ca9a3bf0ce683adbba5b1b64ddea074e (diff) | |
| parent | bf9d2e6aeb47e980305e10be2a0d8545113013e6 (diff) | |
Merge pull request #3466 from MHSanaei/Subscription
Subscription,tgbot,rule
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: [ |
