mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 17:25:34 +08:00
feat(connections): reverse chains
This commit is contained in:
parent
b169133346
commit
43edb25c10
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user