Skip to content

Commit

Permalink
Merge pull request #1629 from memphisdev/RND-453-scale-for-connectors…
Browse files Browse the repository at this point in the history
…-from-the-ui

add count to source connectors
  • Loading branch information
SvetaMemphis authored Jan 11, 2024
2 parents ae38a3c + 169c4a1 commit 6641d02
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 6641d02

Please sign in to comment.