|
handleSelect(repo.url, rowIndex, isSelecting),
disable: isFetching || repo.status !== 'Valid',
}}
/>
|
{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 : '-'}
|
|
);
})}