fix: add more space in network traffic column #20
This commit is contained in:
parent
486587f232
commit
c8671e8656
@ -217,7 +217,7 @@ export const ServerList: React.FC<{
|
|||||||
{
|
{
|
||||||
key: 'traffic',
|
key: 'traffic',
|
||||||
title: 'Traffic',
|
title: 'Traffic',
|
||||||
width: 120,
|
width: 130,
|
||||||
render: (_, record) => {
|
render: (_, record) => {
|
||||||
return (
|
return (
|
||||||
<UpDownCounter
|
<UpDownCounter
|
||||||
|
Loading…
Reference in New Issue
Block a user