- |
- handleSelect(
- repo.url,
- rowIndex,
- isSelecting
- ),
- isDisabled: isDisabled,
- }}
- title={disabledReason}
- />
- |
- {repoExists
- ? repo.name
- : 'Repository with the following url is no longer available:'}
-
- }
- iconPosition="right"
- isInline
- href={repo.url}
- >
- {repo.url}
-
- |
-
- {repoExists ? repo.distribution_arch : '-'}
- |
-
- {repoExists ? repo.distribution_versions : '-'}
- |
-
- {repoExists ? repo.package_count : '-'}
- |
-
-
- |
-
- );
- })}
-