feat(connections): reverse chains

This commit is contained in:
kunish 2023-08-30 17:48:28 +08:00
parent b169133346
commit 43edb25c10
No known key found for this signature in database
GPG Key ID: 647A12B4F782C430

View File

@ -126,7 +126,7 @@ export default () => {
}, },
{ {
accessorKey: 'Chains', accessorKey: 'Chains',
accessorFn: (row) => row.chains.join(' -> '), accessorFn: (row) => row.chains.slice().reverse().join(' :: '),
}, },
{ {
accessorKey: 'DL Speed', accessorKey: 'DL Speed',