Просмотр исходного кода

Format

Signed-off-by: daliu <liudaax@126.com>
daliu 1 год назад
Родитель
Сommit
3f4561329f
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      kafka-ui-react-app/src/components/Brokers/BrokersList/BrokersList.tsx

+ 2 - 2
kafka-ui-react-app/src/components/Brokers/BrokersList/BrokersList.tsx

@@ -162,8 +162,8 @@ const BrokersList: React.FC = () => {
         header: 'Host',
         header: 'Host',
         accessorKey: '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 },
     ],
     ],
     []
     []
   );
   );