Topic list: Rename "total partitions" to "partitions" (#2687)
This commit is contained in:
parent
a1d14ab430
commit
55c8d6ac2d
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ const TopicTable: React.FC = () => {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: TopicColumnsToSort.TOTAL_PARTITIONS,
|
id: TopicColumnsToSort.TOTAL_PARTITIONS,
|
||||||
header: 'Total Partitions',
|
header: 'Partitions',
|
||||||
accessorKey: 'partitionCount',
|
accessorKey: 'partitionCount',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue