webpack/scenes/ContentViews/Details/Repositories/ContentCounts.js in katello-4.9.0.rc2 vs webpack/scenes/ContentViews/Details/Repositories/ContentCounts.js in katello-4.9.0
- old
+ new
@@ -10,12 +10,12 @@
rpm: ['RPM packages', 'RPM package', 'packages'],
module_stream: ['module streams', 'module stream', 'module_streams'],
erratum: ['errata', 'erratum', 'errata'], // need to handle link, its $URL/errata?repositoryId=107
deb: ['deb packages', 'deb package', 'debs'],
ansible_collection: ['Ansible collections', 'Ansible collection', 'ansible_collections'],
- docker_manifest: ['container manifests', 'container manifest', 'content/docker_manifests'],
- docker_manifest_list: ['container manifest lists', 'container manifest list', 'content/docker_manifest_lists'],
- docker_tag: ['container tags', 'container tag', 'content/docker_tags'],
+ docker_manifest: ['container manifests', 'container manifest', 'docker_manifests'],
+ docker_manifest_list: ['container manifest lists', 'container manifest list', 'docker_manifest_lists'],
+ docker_tag: ['container tags', 'container tag', 'docker_tags'],
file: ['files', 'file', 'content/files'],
package_group: ['package groups', 'package group', 'package_groups'],
srpm: ['source RPMs', 'source RPM', 'source_rpms'], // no link?
};