Skip to content

Commit

Permalink
add count to source connectors
Browse files Browse the repository at this point in the history
  • Loading branch information
svetaStrech committed Jan 11, 2024
1 parent ae38a3c commit 169c4a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ const ProduceConsumList = ({ producer }) => {
</span>
<div style={{ width: '92px', maxWidth: '100%' }}>
{row?.connector_connection_id ? (
'N/A'
row?.instances || 'N/A'
) : (
<TooltipComponent text="connected | disconnected" placement="right">
{row?.connected_producers_count?.toLocaleString() + ' | ' + row?.disconnected_producers_count?.toLocaleString()}
Expand Down

0 comments on commit 169c4a1

Please sign in to comment.