-
-
-
-
- {' '}
-
+
+
+
+ {linkSummary.upstreamContextTitle}
-
- {info.readyToSync && }
- {info.formatted?.displayName}
-
- {info.formatted?.description}
- ({ label: breadcrumb.displayName }))}
- spacer={/}
- linkAs="span"
- />
+ )}
+ actions={(
+
+
+
+ )}
+ size="sm"
+ />
+
+
+
+ {intl.formatMessage(messages.totalComponentLabel, { totalComponents: linkSummary.totalCount })}
+
+ {linkSummary.readyToSyncCount > 0 && (
+
+
+
+ {intl.formatMessage(messages.outOfSyncCountLabel, { outOfSyncCount: linkSummary.readyToSyncCount })}
+
+
+ )}