Skip to content

Commit

Permalink
Add missing info tooltips to new streams table headers
Browse files Browse the repository at this point in the history
- Added info tooltips to the new streams table headers
  • Loading branch information
Mark Berger committed Jan 16, 2023
1 parent 1757a6e commit 5678fb6
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,15 @@ export const CatalogTreeTableHeader: React.FC = () => {
</TextCell> */}
<HeaderCell>
<FormattedMessage id="form.namespace" />
<InfoTooltip>
<FormattedMessage id="connectionForm.destinationName.info" />
</InfoTooltip>
</HeaderCell>
<HeaderCell>
<FormattedMessage id="form.streamName" />
<InfoTooltip>
<FormattedMessage id="connectionForm.destinationStream.info" />
</InfoTooltip>
</HeaderCell>
<HeaderCell size="large">
<FormattedMessage id="form.syncMode" />
Expand All @@ -104,6 +110,9 @@ export const CatalogTreeTableHeader: React.FC = () => {
</HeaderCell>
<HeaderCell>
<FormattedMessage id="form.primaryKey" />
<InfoTooltip>
<FormattedMessage id="connectionForm.primaryKey.info" />
</InfoTooltip>
</HeaderCell>
<CatalogTreeTableCell size="xsmall" />
<HeaderCell>
Expand Down

0 comments on commit 5678fb6

Please sign in to comment.