-
- {T.translate(`${PREFIX}.pipelinesSelected`, {
- selected: selectedPipelines.length,
- total: remotePipelines.length,
- })}
-
- {pullFailedCount > 0 && (
- <>
-
- {pullFailedCount === 1
- ? T.translate(`${PREFIX}.pipelinePulledFail`)
- : T.translate(`${PREFIX}.pipelinesPulledFail`, {
- count: pullFailedCount.toString(),
- })}
-
-
- {showFailedOnly
- ? T.translate('commons.showAll')
- : T.translate('commons.showFailed')}
-
- >
- )}
-
- )}
+