Format
Signed-off-by: daliu <liudaax@126.com>
This commit is contained in:
parent
dd23835893
commit
3f4561329f
1 changed files with 2 additions and 2 deletions
|
@ -162,8 +162,8 @@ const BrokersList: React.FC = () => {
|
|||
header: 'Host',
|
||||
accessorKey: 'host',
|
||||
},
|
||||
{ header: 'IN /sec', accessorKey: 'bytesInPerSec', cell: SizeCell},
|
||||
{ header: 'OUT /sec', accessorKey: 'bytesOutPerSec', cell: SizeCell},
|
||||
{ header: 'IN /sec', accessorKey: 'bytesInPerSec', cell: SizeCell },
|
||||
{ header: 'OUT /sec', accessorKey: 'bytesOutPerSec', cell: SizeCell },
|
||||
],
|
||||
[]
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue