katello 4.9.1 → 4.10.0.rc2

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of katello might be problematic. Click here for more details.

Files changed (308) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -7
  3. data/app/assets/javascripts/katello/locale/bn/katello.js +8967 -1
  4. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +8967 -0
  5. data/app/assets/javascripts/katello/locale/ca/katello.js +8967 -0
  6. data/app/assets/javascripts/katello/locale/cs/katello.js +8967 -1
  7. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +8969 -0
  8. data/app/assets/javascripts/katello/locale/de/katello.js +8991 -1
  9. data/app/assets/javascripts/katello/locale/de_AT/katello.js +8966 -0
  10. data/app/assets/javascripts/katello/locale/de_DE/katello.js +8967 -0
  11. data/app/assets/javascripts/katello/locale/el/katello.js +8967 -0
  12. data/app/assets/javascripts/katello/locale/en/katello.js +8967 -1
  13. data/app/assets/javascripts/katello/locale/en_GB/katello.js +8967 -0
  14. data/app/assets/javascripts/katello/locale/en_US/katello.js +8966 -0
  15. data/app/assets/javascripts/katello/locale/es/katello.js +8984 -1
  16. data/app/assets/javascripts/katello/locale/et_EE/katello.js +8966 -0
  17. data/app/assets/javascripts/katello/locale/fr/katello.js +9008 -1
  18. data/app/assets/javascripts/katello/locale/gl/katello.js +8967 -0
  19. data/app/assets/javascripts/katello/locale/gu/katello.js +8967 -1
  20. data/app/assets/javascripts/katello/locale/he_IL/katello.js +8967 -0
  21. data/app/assets/javascripts/katello/locale/hi/katello.js +8967 -1
  22. data/app/assets/javascripts/katello/locale/id/katello.js +8966 -0
  23. data/app/assets/javascripts/katello/locale/it/katello.js +8974 -1
  24. data/app/assets/javascripts/katello/locale/ja/katello.js +9004 -1
  25. data/app/assets/javascripts/katello/locale/ka/katello.js +8976 -1
  26. data/app/assets/javascripts/katello/locale/kn/katello.js +8967 -1
  27. data/app/assets/javascripts/katello/locale/ko/katello.js +8972 -1
  28. data/app/assets/javascripts/katello/locale/locale/katello.js +3070 -1
  29. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +8966 -0
  30. data/app/assets/javascripts/katello/locale/mr/katello.js +8967 -1
  31. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +8967 -0
  32. data/app/assets/javascripts/katello/locale/or/katello.js +8967 -1
  33. data/app/assets/javascripts/katello/locale/pa/katello.js +8967 -1
  34. data/app/assets/javascripts/katello/locale/pl/katello.js +8967 -0
  35. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +8966 -0
  36. data/app/assets/javascripts/katello/locale/pt/katello.js +8967 -1
  37. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +8984 -1
  38. data/app/assets/javascripts/katello/locale/ro/katello.js +8966 -0
  39. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +8966 -0
  40. data/app/assets/javascripts/katello/locale/ru/katello.js +8973 -1
  41. data/app/assets/javascripts/katello/locale/sl/katello.js +8967 -0
  42. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +8967 -0
  43. data/app/assets/javascripts/katello/locale/ta/katello.js +8967 -1
  44. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +8967 -0
  45. data/app/assets/javascripts/katello/locale/te/katello.js +8967 -1
  46. data/app/assets/javascripts/katello/locale/tr/katello.js +8967 -0
  47. data/app/assets/javascripts/katello/locale/vi/katello.js +8966 -0
  48. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +8966 -0
  49. data/app/assets/javascripts/katello/locale/zh/katello.js +8966 -0
  50. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +9004 -1
  51. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +8972 -1
  52. data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +1 -1
  53. data/app/controllers/katello/api/v2/alternate_content_sources_bulk_actions_controller.rb +22 -1
  54. data/app/controllers/katello/api/v2/api_controller.rb +0 -15
  55. data/app/controllers/katello/api/v2/content_view_versions_controller.rb +13 -4
  56. data/app/controllers/katello/api/v2/host_errata_controller.rb +0 -12
  57. data/app/controllers/katello/api/v2/host_packages_controller.rb +0 -55
  58. data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +1 -1
  59. data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +0 -77
  60. data/app/controllers/katello/api/v2/organizations_controller.rb +2 -1
  61. data/app/controllers/katello/api/v2/products_controller.rb +4 -4
  62. data/app/controllers/katello/api/v2/repositories_bulk_actions_controller.rb +12 -5
  63. data/app/controllers/katello/api/v2/repositories_controller.rb +16 -17
  64. data/app/controllers/katello/api/v2/sync_controller.rb +0 -1
  65. data/app/controllers/katello/concerns/api/api_controller.rb +0 -10
  66. data/app/controllers/katello/concerns/content_facet_hosts_controller_extensions.rb +7 -9
  67. data/app/controllers/katello/concerns/hosts_controller_extensions.rb +1 -1
  68. data/app/helpers/katello/hosts_and_hostgroups_helper.rb +14 -2
  69. data/app/lib/actions/katello/alternate_content_source/update.rb +1 -1
  70. data/app/lib/actions/katello/content_view/capsule_sync.rb +1 -1
  71. data/app/lib/actions/katello/content_view/incremental_updates.rb +3 -9
  72. data/app/lib/actions/katello/content_view_environment/destroy.rb +5 -3
  73. data/app/lib/actions/katello/content_view_version/destroy.rb +5 -1
  74. data/app/lib/actions/katello/content_view_version/republish_repositories.rb +8 -2
  75. data/app/lib/actions/katello/host/update_content_view.rb +4 -2
  76. data/app/lib/actions/katello/product/destroy.rb +15 -11
  77. data/app/lib/actions/katello/repository/capsule_sync.rb +1 -1
  78. data/app/lib/actions/katello/repository/destroy.rb +10 -2
  79. data/app/lib/actions/katello/repository/index_content.rb +0 -1
  80. data/app/lib/actions/katello/repository/sync.rb +1 -3
  81. data/app/lib/actions/katello/repository/update_metadata_sync.rb +1 -1
  82. data/app/lib/actions/katello/repository/verify_checksum.rb +2 -10
  83. data/app/lib/actions/pulp3/orchestration/repository/generate_metadata.rb +12 -5
  84. data/app/lib/katello/concerns/base_template_scope_extensions.rb +4 -9
  85. data/app/lib/katello/resources/cdn.rb +4 -0
  86. data/app/lib/katello/validators/alternate_content_source_products_validator.rb +1 -1
  87. data/app/models/katello/candlepin/repository_mapper.rb +1 -0
  88. data/app/models/katello/cdn_configuration.rb +4 -0
  89. data/app/models/katello/concerns/host_managed_extensions.rb +57 -4
  90. data/app/models/katello/content_view.rb +21 -3
  91. data/app/models/katello/content_view_component.rb +1 -1
  92. data/app/models/katello/content_view_version.rb +4 -0
  93. data/app/models/katello/docker_meta_tag.rb +3 -1
  94. data/app/models/katello/host/content_facet.rb +10 -8
  95. data/app/models/katello/kt_environment.rb +1 -1
  96. data/app/models/katello/ping.rb +1 -12
  97. data/app/models/katello/product_content.rb +14 -1
  98. data/app/models/katello/repository.rb +6 -1
  99. data/app/models/katello/root_repository.rb +2 -8
  100. data/app/services/katello/applicability/applicable_content_helper.rb +2 -2
  101. data/app/services/katello/registration_manager.rb +2 -12
  102. data/app/views/foreman/job_templates/configure_host_for_new_content_source.erb +25 -0
  103. data/app/views/katello/api/v2/capsule_content/sync_status.json.rabl +1 -1
  104. data/app/views/katello/api/v2/content_facet/show.json.rabl +0 -12
  105. data/app/views/katello/api/v2/content_view_components/show.json.rabl +4 -1
  106. data/app/views/katello/api/v2/content_views/base.json.rabl +6 -2
  107. data/app/views/katello/api/v2/products/show.json.rabl +3 -0
  108. data/app/views/katello/api/v2/repositories/base.json.rabl +18 -0
  109. data/app/views/katello/api/v2/repositories/show.json.rabl +0 -1
  110. data/app/views/katello/api/v2/repository_sets/show.json.rabl +2 -2
  111. data/app/views/overrides/activation_keys/_host_environment_select.html.erb +4 -5
  112. data/app/views/overrides/activation_keys/_host_media_type_select.html.erb +11 -3
  113. data/app/views/overrides/activation_keys/_host_synced_content_select.html.erb +15 -7
  114. data/config/initializers/monkeys.rb +1 -0
  115. data/config/katello.yaml.example +0 -4
  116. data/config/routes/api/v2.rb +3 -0
  117. data/config/routes/overrides.rb +0 -11
  118. data/db/migrate/20220228173251_remove_drpm_from_ignorable_content.rb +1 -0
  119. data/db/migrate/20230609155411_add_custom_cdn_auth_enabled_to_katello_cdn_configurations.rb +5 -0
  120. data/db/migrate/20230710190626_remove_relative_path_limit.rb +5 -0
  121. data/db/migrate/20230717150442_change_change_content_source_job_template_name.rb +20 -0
  122. data/db/migrate/20230828143236_remove_katello_agent_dispatch_history.rb +15 -0
  123. data/db/seeds.d/111-upgrade_tasks.rb +1 -2
  124. data/engines/bastion/app/views/bastion/layouts/assets.html.erb +1 -1
  125. data/engines/bastion_katello/README.md +2 -1
  126. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/activation-keys.controller.js +4 -2
  127. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-associations-content-hosts.html +2 -2
  128. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html +8 -3
  129. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-errata-modal.controller.js +3 -44
  130. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-module-streams-modal.controller.js +0 -1
  131. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js +1 -65
  132. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html +1 -3
  133. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html +1 -6
  134. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-applicable.controller.js +1 -1
  135. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js +1 -16
  136. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-module-streams.controller.js +0 -1
  137. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-actions.controller.js +0 -1
  138. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-applicable.controller.js +2 -11
  139. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-installed.controller.js +0 -2
  140. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js +1 -39
  141. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html +2 -2
  142. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +1 -4
  143. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html +2 -4
  144. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html +4 -6
  145. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html +1 -3
  146. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +0 -14
  147. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js +1 -2
  148. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/file-content-views.controller.js +2 -1
  149. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/views/file-content-views.html +1 -1
  150. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +235 -521
  151. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/product-details.controller.js +2 -0
  152. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details.controller.js +17 -4
  153. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html +55 -6
  154. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +2 -2
  155. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html +13 -2
  156. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html +2 -2
  157. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html +4 -1
  158. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-details.html +5 -0
  159. data/engines/bastion_katello/lib/bastion_katello/engine.rb +1 -3
  160. data/lib/katello/engine.rb +0 -18
  161. data/lib/katello/permission_creator.rb +1 -1
  162. data/lib/katello/plugin.rb +0 -25
  163. data/lib/katello/version.rb +1 -1
  164. data/lib/monkeys/remove_hidden_distribution.rb +383 -0
  165. data/locale/action_names.rb +3 -1
  166. data/locale/bn/katello.po +130 -39
  167. data/locale/bn_IN/katello.po +130 -39
  168. data/locale/ca/katello.po +130 -39
  169. data/locale/cs/katello.po +130 -39
  170. data/locale/cs_CZ/katello.po +130 -39
  171. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  172. data/locale/de/katello.po +134 -43
  173. data/locale/de_AT/katello.po +130 -39
  174. data/locale/de_DE/katello.po +130 -39
  175. data/locale/el/katello.po +130 -39
  176. data/locale/en/katello.po +130 -39
  177. data/locale/en_GB/katello.po +130 -39
  178. data/locale/en_US/katello.po +130 -39
  179. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  180. data/locale/es/katello.po +133 -42
  181. data/locale/et_EE/katello.po +130 -39
  182. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  183. data/locale/fr/katello.po +138 -47
  184. data/locale/gl/katello.po +130 -39
  185. data/locale/gu/katello.po +130 -39
  186. data/locale/he_IL/katello.po +130 -39
  187. data/locale/hi/katello.po +130 -39
  188. data/locale/id/katello.po +130 -39
  189. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  190. data/locale/it/katello.po +131 -40
  191. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  192. data/locale/ja/katello.po +138 -47
  193. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  194. data/locale/ka/katello.po +131 -40
  195. data/locale/katello.pot +805 -642
  196. data/locale/kn/katello.po +130 -39
  197. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  198. data/locale/ko/katello.po +131 -40
  199. data/locale/ml_IN/katello.po +130 -39
  200. data/locale/mr/katello.po +130 -39
  201. data/locale/nl_NL/katello.po +130 -39
  202. data/locale/or/katello.po +130 -39
  203. data/locale/pa/katello.po +130 -39
  204. data/locale/pl/katello.po +130 -39
  205. data/locale/pl_PL/katello.po +130 -39
  206. data/locale/pt/katello.po +130 -39
  207. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  208. data/locale/pt_BR/katello.po +133 -42
  209. data/locale/ro/katello.po +130 -39
  210. data/locale/ro_RO/katello.po +130 -39
  211. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  212. data/locale/ru/katello.po +131 -40
  213. data/locale/sl/katello.po +130 -39
  214. data/locale/sv_SE/katello.po +130 -39
  215. data/locale/ta/katello.po +130 -39
  216. data/locale/ta_IN/katello.po +130 -39
  217. data/locale/te/katello.po +130 -39
  218. data/locale/tr/katello.po +130 -39
  219. data/locale/vi/katello.po +130 -39
  220. data/locale/vi_VN/katello.po +130 -39
  221. data/locale/zh/katello.po +130 -39
  222. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  223. data/locale/zh_CN/katello.po +138 -47
  224. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  225. data/locale/zh_TW/katello.po +131 -40
  226. data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js +0 -5
  227. data/webpack/components/extensions/HostDetails/Tabs/ContentTab/index.js +9 -3
  228. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +7 -54
  229. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/HostErrataActions.js +2 -11
  230. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/HostPackagesActions.js +1 -40
  231. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/HostPackagesConstants.js +0 -3
  232. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +5 -40
  233. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js +6 -61
  234. data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +5 -4
  235. data/webpack/components/extensions/HostDetails/Tabs/__tests__/errataTab.test.js +0 -212
  236. data/webpack/components/extensions/HostDetails/Tabs/__tests__/packageInstallModal.test.js +2 -157
  237. data/webpack/components/extensions/HostDetails/hostDetailsHelpers.js +0 -20
  238. data/webpack/containers/Application/config.js +5 -0
  239. data/webpack/scenes/ActivationKeys/Details/ActivationKeyActions.js +31 -0
  240. data/webpack/scenes/ActivationKeys/Details/ActivationKeyConstants.js +3 -0
  241. data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.js +127 -0
  242. data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.scss +37 -0
  243. data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetailsSelectors.js +16 -0
  244. data/webpack/scenes/ActivationKeys/Details/__tests__/activationKeyDetails.test.js +117 -0
  245. data/webpack/scenes/ActivationKeys/Details/components/DeleteMenu.js +77 -0
  246. data/webpack/scenes/ActivationKeys/Details/components/DeleteModal.js +63 -0
  247. data/webpack/scenes/ActivationKeys/Details/components/EditModal.js +199 -0
  248. data/webpack/scenes/ActivationKeys/Details/index.js +3 -0
  249. data/webpack/scenes/AlternateContentSources/Create/Steps/AcsUrlPaths.js +1 -1
  250. data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditCredentials.js +10 -5
  251. data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditProducts.js +8 -3
  252. data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditSmartProxies.js +8 -3
  253. data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditURLPaths.js +1 -1
  254. data/webpack/scenes/AlternateContentSources/Details/__tests__/ACSEdits.test.js +2 -2
  255. data/webpack/scenes/AlternateContentSources/MainTable/ACSTable.js +1 -1
  256. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js +37 -29
  257. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js +53 -37
  258. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +7 -0
  259. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.fixtures.json +15 -6
  260. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js +6 -5
  261. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/publishedContentViewDetails.fixtures.json +43 -197
  262. data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +1 -1
  263. data/webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js +1 -1
  264. data/webpack/scenes/ContentViews/Details/Promote/ContentViewVersionPromote.js +2 -2
  265. data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js +1 -1
  266. data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.fixtures.json +0 -98
  267. data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.test.js +103 -1
  268. data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersionsLatestEnvironment.fixtures.json +634 -0
  269. data/webpack/scenes/ContentViews/components/ContentViewSelect/helpers.js +1 -1
  270. data/webpack/scenes/Hosts/ChangeContentSource/actions.js +14 -12
  271. data/webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js +45 -6
  272. data/webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceTemplate.js +42 -7
  273. data/webpack/scenes/Hosts/ChangeContentSource/index.js +37 -10
  274. data/webpack/scenes/Hosts/ChangeContentSource/styles.scss +5 -0
  275. data/webpack/scenes/RedHatRepositories/__tests__/__snapshots__/RedHatRepositoriesPage.test.js.snap +0 -8
  276. data/webpack/scenes/RedHatRepositories/index.scss +1 -1
  277. data/webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js +2 -2
  278. data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsPage.test.js.snap +0 -8
  279. metadata +85 -80
  280. data/app/lib/actions/katello/agent/dispatch_history_presenter.rb +0 -64
  281. data/app/lib/actions/katello/agent_action.rb +0 -119
  282. data/app/lib/actions/katello/bulk_agent_action.rb +0 -34
  283. data/app/lib/actions/katello/host/erratum/applicable_errata_install.rb +0 -44
  284. data/app/lib/actions/katello/host/erratum/install.rb +0 -38
  285. data/app/lib/actions/katello/host/package/install.rb +0 -34
  286. data/app/lib/actions/katello/host/package/remove.rb +0 -48
  287. data/app/lib/actions/katello/host/package/update.rb +0 -42
  288. data/app/lib/actions/katello/host/package_group/install.rb +0 -30
  289. data/app/lib/actions/katello/host/package_group/remove.rb +0 -30
  290. data/app/lib/katello/agent/base_message.rb +0 -41
  291. data/app/lib/katello/agent/client_message_handler.rb +0 -69
  292. data/app/lib/katello/agent/connection.rb +0 -38
  293. data/app/lib/katello/agent/install_errata_message.rb +0 -25
  294. data/app/lib/katello/agent/install_package_group_message.rb +0 -25
  295. data/app/lib/katello/agent/install_package_message.rb +0 -28
  296. data/app/lib/katello/agent/remove_package_group_message.rb +0 -25
  297. data/app/lib/katello/agent/remove_package_message.rb +0 -28
  298. data/app/lib/katello/agent/update_package_message.rb +0 -33
  299. data/app/lib/katello/event_daemon/services/agent_event_receiver.rb +0 -59
  300. data/app/lib/katello/qpid/connection.rb +0 -149
  301. data/app/lib/katello/util/default_enablement_migrator.rb +0 -183
  302. data/app/models/katello/agent/dispatch_history.rb +0 -19
  303. data/app/models/katello/events/delete_host_agent_queue.rb +0 -19
  304. data/app/services/katello/agent/dispatcher.rb +0 -60
  305. data/app/views/foreman/job_templates/change_content_source.erb +0 -18
  306. data/app/views/katello/api/v2/sync/index.json.rabl +0 -1
  307. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/katello-agent-notice.html +0 -8
  308. data/lib/katello/tasks/upgrades/4.9/update_custom_products_enablement.rake +0 -13
data/locale/katello.pot CHANGED
@@ -8,8 +8,8 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: katello 1.0.0\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2023-05-18 13:56+0000\n"
12
- "PO-Revision-Date: 2023-05-18 13:56+0000\n"
11
+ "POT-Creation-Date: 2023-08-11 13:59+0000\n"
12
+ "PO-Revision-Date: 2023-08-11 13:59+0000\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
15
  "Language: \n"
@@ -421,6 +421,18 @@ msgid ""
421
421
  "mission to refresh, or none of the alternate content sources exist."
422
422
  msgstr ""
423
423
 
424
+ #:
425
+ #: ../app/controllers/katello/api/v2/alternate_content_sources_bulk_actions_controller.rb:37
426
+ msgid "Refresh all alternate content sources"
427
+ msgstr ""
428
+
429
+ #:
430
+ #: ../app/controllers/katello/api/v2/alternate_content_sources_bulk_actions_controller.rb:41
431
+ msgid ""
432
+ "Unable to refresh any alternate content source. You either do not have the per"
433
+ "mission to refresh, or no alternate content sources exist."
434
+ msgstr ""
435
+
424
436
  #: ../app/controllers/katello/api/v2/alternate_content_sources_controller.rb:13
425
437
  #: ../app/controllers/katello/api/v2/alternate_content_sources_controller.rb:30
426
438
  msgid "Name of the alternate content source"
@@ -781,7 +793,7 @@ msgid "File contents"
781
793
  msgstr ""
782
794
 
783
795
  #: ../app/controllers/katello/api/v2/content_credentials_controller.rb:99
784
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:465
796
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:469
785
797
  msgid "No file uploaded"
786
798
  msgstr ""
787
799
 
@@ -802,11 +814,11 @@ msgstr ""
802
814
  #: ../app/controllers/katello/api/v2/content_exports_controller.rb:8
803
815
  #: ../app/controllers/katello/api/v2/content_exports_controller.rb:31
804
816
  #: ../app/controllers/katello/api/v2/content_imports_controller.rb:7
805
- #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:47
806
- #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:54
807
- #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:66
808
- #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:80
809
- #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:91
817
+ #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:51
818
+ #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:58
819
+ #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:70
820
+ #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:84
821
+ #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:98
810
822
  msgid "Content view version identifier"
811
823
  msgstr ""
812
824
 
@@ -938,12 +950,12 @@ msgid "Checksum of file to upload"
938
950
  msgstr ""
939
951
 
940
952
  #: ../app/controllers/katello/api/v2/content_uploads_controller.rb:15
941
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:482
953
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:486
942
954
  msgid "content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')"
943
955
  msgstr ""
944
956
 
945
957
  #: ../app/controllers/katello/api/v2/content_uploads_controller.rb:17
946
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:450
958
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:454
947
959
  msgid "Cannot upload Ansible collections."
948
960
  msgstr ""
949
961
 
@@ -953,7 +965,7 @@ msgstr ""
953
965
 
954
966
  #: ../app/controllers/katello/api/v2/content_uploads_controller.rb:29
955
967
  #: ../app/controllers/katello/api/v2/content_uploads_controller.rb:41
956
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:478
968
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:482
957
969
  msgid "Repository id"
958
970
  msgstr ""
959
971
 
@@ -1312,7 +1324,7 @@ msgid "Filter versions that are components in the specified composite version"
1312
1324
  msgstr ""
1313
1325
 
1314
1326
  #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:23
1315
- #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:48
1327
+ #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:52
1316
1328
  msgid "Whether or not to return filters applied to the content view version"
1317
1329
  msgstr ""
1318
1330
 
@@ -1322,151 +1334,155 @@ msgid ""
1322
1334
  "nt version"
1323
1335
  msgstr ""
1324
1336
 
1325
- #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:46
1337
+ #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:25
1338
+ msgid "Filter content view versions that contain the file"
1339
+ msgstr ""
1340
+
1341
+ #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:26
1342
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:52
1343
+ msgid "Filter out default content views"
1344
+ msgstr ""
1345
+
1346
+ #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:50
1326
1347
  msgid "Show content view version"
1327
1348
  msgstr ""
1328
1349
 
1329
- #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:53
1350
+ #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:57
1330
1351
  msgid "Promote a content view version"
1331
1352
  msgstr ""
1332
1353
 
1333
- #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:55
1354
+ #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:59
1334
1355
  msgid "force content view promotion and bypass lifecycle environment restriction"
1335
1356
  msgstr ""
1336
1357
 
1337
- #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:56
1358
+ #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:60
1338
1359
  #: ../app/controllers/katello/api/v2/content_views_controller.rb:111
1339
1360
  msgid "Identifiers for Lifecycle Environment"
1340
1361
  msgstr ""
1341
1362
 
1342
- #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:57
1363
+ #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:61
1343
1364
  msgid "The description for the content view version promotion"
1344
1365
  msgstr ""
1345
1366
 
1346
- #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:65
1367
+ #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:69
1347
1368
  msgid "Update a content view version"
1348
1369
  msgstr ""
1349
1370
 
1350
- #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:67
1371
+ #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:71
1351
1372
  msgid "The description for the content view version"
1352
1373
  msgstr ""
1353
1374
 
1354
- #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:71
1375
+ #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:75
1355
1376
  msgid "This content view version doesn't have a history."
1356
1377
  msgstr ""
1357
1378
 
1358
- #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:79
1379
+ #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:83
1359
1380
  msgid "Forces a republish of the version's repositories' metadata"
1360
1381
  msgstr ""
1361
1382
 
1362
- #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:81
1383
+ #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:85
1363
1384
  msgid ""
1364
- "Force metadata regeneration to proceed. Dangerous when repositories use the '"
1365
- "Complete Mirroring' mirroring policy"
1366
- msgstr ""
1367
-
1368
- #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:84
1369
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:331
1370
- msgid "Metadata republishing must be forced because it is a dangerous operation."
1385
+ "Force metadata regeneration to proceed. Dangerous operation when version has r"
1386
+ "epositories with the 'Complete Mirroring' mirroring policy"
1371
1387
  msgstr ""
1372
1388
 
1373
- #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:90
1389
+ #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:97
1374
1390
  msgid "Remove content view version"
1375
1391
  msgstr ""
1376
1392
 
1377
- #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:97
1393
+ #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:104
1378
1394
  msgid "Perform an Incremental Update on one or more Content View Versions"
1379
1395
  msgstr ""
1380
1396
 
1381
- #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:99
1397
+ #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:106
1382
1398
  msgid ""
1383
1399
  "Content View Version Ids to perform an incremental update on. May contain com"
1384
1400
  "posites as well as one or more components to update."
1385
1401
  msgstr ""
1386
1402
 
1387
- #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:100
1403
+ #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:107
1388
1404
  msgid ""
1389
1405
  "The list of environments to promote the specified Content View Version to (rep"
1390
1406
  "lacing the older version)"
1391
1407
  msgstr ""
1392
1408
 
1393
- #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:102
1409
+ #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:109
1394
1410
  msgid "The description for the new generated Content View Versions"
1395
1411
  msgstr ""
1396
1412
 
1397
- #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:103
1413
+ #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:110
1398
1414
  msgid ""
1399
1415
  "If true, when adding the specified errata or packages, any needed dependencies"
1400
1416
  " will be copied as well. Defaults to true"
1401
1417
  msgstr ""
1402
1418
 
1403
- #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:104
1419
+ #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:111
1404
1420
  msgid ""
1405
1421
  "If true, will publish a new composite version using any specified content_view"
1406
1422
  "_version_id that has been promoted to a lifecycle environment"
1407
1423
  msgstr ""
1408
1424
 
1409
- #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:110
1425
+ #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:117
1410
1426
  msgid ""
1411
1427
  "After generating the incremental update, apply the changes to the specified ho"
1412
1428
  "sts. Only Errata are supported currently."
1413
1429
  msgstr ""
1414
1430
 
1415
- #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:112
1431
+ #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:119
1416
1432
  msgid "Search string for host to perform an action on"
1417
1433
  msgstr ""
1418
1434
 
1419
- #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:113
1435
+ #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:120
1420
1436
  #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:51
1421
1437
  msgid "List of host ids to perform an action on"
1422
1438
  msgstr ""
1423
1439
 
1424
- #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:116
1440
+ #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:123
1425
1441
  #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:54
1426
1442
  msgid "List of host ids to exclude and not run an action on"
1427
1443
  msgstr ""
1428
1444
 
1429
- #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:121
1445
+ #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:128
1430
1446
  msgid "Incremental update requires at least one content unit"
1431
1447
  msgstr ""
1432
1448
 
1433
- #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:162
1449
+ #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:169
1434
1450
  msgid "The default content view cannot be promoted"
1435
1451
  msgstr ""
1436
1452
 
1437
- #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:169
1453
+ #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:176
1438
1454
  msgid "Couldn't find content view with id: '%s'"
1439
1455
  msgstr ""
1440
1456
 
1441
- #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:183
1457
+ #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:190
1442
1458
  msgid "At least one Content View Version must be specified"
1443
1459
  msgstr ""
1444
1460
 
1445
- #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:194
1461
+ #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:201
1446
1462
  msgid "You are not allowed to publish Content View %s"
1447
1463
  msgstr ""
1448
1464
 
1449
- #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:198
1465
+ #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:205
1450
1466
  msgid "You are not allowed to promote to Environments %s"
1451
1467
  msgstr ""
1452
1468
 
1453
- #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:203
1469
+ #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:210
1454
1470
  msgid "Could not find Environment with ids: %s"
1455
1471
  msgstr ""
1456
1472
 
1457
- #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:251
1473
+ #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:258
1458
1474
  msgid "Could not find %{count} errata. Only found: %{found}"
1459
1475
  msgstr ""
1460
1476
 
1461
- #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:257
1477
+ #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:264
1462
1478
  msgid "package_ids is not an array"
1463
1479
  msgstr ""
1464
1480
 
1465
- #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:261
1481
+ #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:268
1466
1482
  msgid "deb_ids is not an array"
1467
1483
  msgstr ""
1468
1484
 
1469
- #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:270
1485
+ #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:277
1470
1486
  msgid "Could not find environments for promotion"
1471
1487
  msgstr ""
1472
1488
 
@@ -1476,8 +1492,8 @@ msgstr ""
1476
1492
 
1477
1493
  #: ../app/controllers/katello/api/v2/content_views_controller.rb:22
1478
1494
  #: ../app/controllers/katello/api/v2/repositories_bulk_actions_controller.rb:6
1479
- #: ../app/controllers/katello/api/v2/repositories_bulk_actions_controller.rb:37
1480
- #: ../app/controllers/katello/api/v2/repositories_bulk_actions_controller.rb:54
1495
+ #: ../app/controllers/katello/api/v2/repositories_bulk_actions_controller.rb:44
1496
+ #: ../app/controllers/katello/api/v2/repositories_bulk_actions_controller.rb:61
1481
1497
  msgid "List of repository ids"
1482
1498
  msgstr ""
1483
1499
 
@@ -1526,10 +1542,6 @@ msgstr ""
1526
1542
  msgid "List content views"
1527
1543
  msgstr ""
1528
1544
 
1529
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:52
1530
- msgid "Filter out default content views"
1531
- msgstr ""
1532
-
1533
1545
  #: ../app/controllers/katello/api/v2/content_views_controller.rb:53
1534
1546
  msgid "Filter out composite content views"
1535
1547
  msgstr ""
@@ -1566,7 +1578,7 @@ msgid "Content view label"
1566
1578
  msgstr ""
1567
1579
 
1568
1580
  #: ../app/controllers/katello/api/v2/content_views_controller.rb:86
1569
- #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:151
1581
+ #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:149
1570
1582
  #: ../webpack/scenes/ContentViews/components/ContentViewIcon.js:19
1571
1583
  msgid "Composite content view"
1572
1584
  msgstr ""
@@ -1719,30 +1731,30 @@ msgstr ""
1719
1731
  msgid "Both major and minor parameters have to be used to override a CV version"
1720
1732
  msgstr ""
1721
1733
 
1722
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:262
1734
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:263
1723
1735
  msgid ""
1724
1736
  "Content view does not need a publish since there are no audited changes since "
1725
1737
  "the last publish. Pass check_needs_publish parameter as false if you don't wan"
1726
1738
  "t to check if content view needs a publish."
1727
1739
  msgstr ""
1728
1740
 
1729
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:269
1741
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:270
1730
1742
  msgid "The default content view cannot be edited, published, or deleted."
1731
1743
  msgstr ""
1732
1744
 
1733
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:275
1745
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:276
1734
1746
  msgid ""
1735
1747
  "Import only Content Views cannot be directly publsihed. Content can only be up"
1736
1748
  "dated by importing into the view."
1737
1749
  msgstr ""
1738
1750
 
1739
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:279
1751
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:280
1740
1752
  msgid ""
1741
1753
  "Generated content views cannot be directly published. They can updated only vi"
1742
1754
  "a export."
1743
1755
  msgstr ""
1744
1756
 
1745
- #: ../app/controllers/katello/api/v2/content_views_controller.rb:302
1757
+ #: ../app/controllers/katello/api/v2/content_views_controller.rb:303
1746
1758
  msgid "Always Use Latest (currently %{version})"
1747
1759
  msgstr ""
1748
1760
 
@@ -2889,7 +2901,7 @@ msgstr ""
2889
2901
  #: ../app/controllers/katello/api/v2/organizations_controller.rb:103
2890
2902
  #: ../app/controllers/katello/api/v2/organizations_controller.rb:110
2891
2903
  #: ../app/controllers/katello/api/v2/products_controller.rb:90
2892
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:339
2904
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:340
2893
2905
  #: ../app/controllers/katello/api/v2/simple_content_access_controller.rb:20
2894
2906
  #: ../app/controllers/katello/api/v2/simple_content_access_controller.rb:28
2895
2907
  #: ../app/controllers/katello/api/v2/simple_content_access_controller.rb:36
@@ -3010,7 +3022,11 @@ msgid ""
3010
3022
  "."
3011
3023
  msgstr ""
3012
3024
 
3013
- #: ../app/controllers/katello/api/v2/organizations_controller.rb:174
3025
+ #: ../app/controllers/katello/api/v2/organizations_controller.rb:164
3026
+ msgid "If product certificates should be used to authenticate to a custom CDN."
3027
+ msgstr ""
3028
+
3029
+ #: ../app/controllers/katello/api/v2/organizations_controller.rb:175
3014
3030
  msgid "List all :resource_id"
3015
3031
  msgstr ""
3016
3032
 
@@ -3248,7 +3264,7 @@ msgid "Sync all repositories for a product"
3248
3264
  msgstr ""
3249
3265
 
3250
3266
  #: ../app/controllers/katello/api/v2/products_controller.rb:119
3251
- #: ../app/controllers/katello/api/v2/repositories_bulk_actions_controller.rb:41
3267
+ #: ../app/controllers/katello/api/v2/repositories_bulk_actions_controller.rb:48
3252
3268
  msgid ""
3253
3269
  "Unable to synchronize any repository. You either do not have the permission to"
3254
3270
  " synchronize or the selected repositories do not have a feed url."
@@ -3265,23 +3281,29 @@ msgstr ""
3265
3281
  #: ../app/controllers/katello/api/v2/repositories_bulk_actions_controller.rb:20
3266
3282
  msgid ""
3267
3283
  "Repository %s cannot be deleted since it has already been included in a publis"
3268
- "hed Content View."
3284
+ "hed Content View. Use repository details page to delete"
3269
3285
  msgstr ""
3270
3286
 
3271
- #: ../app/controllers/katello/api/v2/repositories_bulk_actions_controller.rb:36
3287
+ #: ../app/controllers/katello/api/v2/repositories_bulk_actions_controller.rb:27
3288
+ msgid ""
3289
+ "Repository %s cannot be deleted since it is the last affected repository in a "
3290
+ "filter. Use repository details page to delete."
3291
+ msgstr ""
3292
+
3293
+ #: ../app/controllers/katello/api/v2/repositories_bulk_actions_controller.rb:43
3272
3294
  msgid "Synchronize repository"
3273
3295
  msgstr ""
3274
3296
 
3275
- #: ../app/controllers/katello/api/v2/repositories_bulk_actions_controller.rb:53
3297
+ #: ../app/controllers/katello/api/v2/repositories_bulk_actions_controller.rb:60
3276
3298
  msgid "Reclaim space from On Demand repositories"
3277
3299
  msgstr ""
3278
3300
 
3279
- #: ../app/controllers/katello/api/v2/repositories_bulk_actions_controller.rb:57
3301
+ #: ../app/controllers/katello/api/v2/repositories_bulk_actions_controller.rb:64
3280
3302
  msgid "No repositories selected."
3281
3303
  msgstr ""
3282
3304
 
3283
- #: ../app/controllers/katello/api/v2/repositories_bulk_actions_controller.rb:61
3284
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:385
3305
+ #: ../app/controllers/katello/api/v2/repositories_bulk_actions_controller.rb:68
3306
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:386
3285
3307
  msgid "Only On Demand repositories may have space reclaimed."
3286
3308
  msgstr ""
3287
3309
 
@@ -3289,11 +3311,12 @@ msgstr ""
3289
3311
  msgid "repository source url"
3290
3312
  msgstr ""
3291
3313
 
3292
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:45
3314
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:44
3293
3315
  msgid ""
3294
- "Identifies whether the repository should be disabled on a client with a non-ma"
3295
- "tching OS version. Pass [] to enable regardless of OS version. Maximum length "
3296
- "1; allowed tags are: %s"
3316
+ "Identifies whether the repository should be unavailable on a client with a non"
3317
+ "-matching OS version.\n"
3318
+ "Pass [] to make repo available for clients regardless of OS version. Maximum l"
3319
+ "ength 1; allowed tags are: %s"
3297
3320
  msgstr ""
3298
3321
 
3299
3322
  #: ../app/controllers/katello/api/v2/repositories_controller.rb:46
@@ -3513,7 +3536,7 @@ msgid "label of the repository"
3513
3536
  msgstr ""
3514
3537
 
3515
3538
  #: ../app/controllers/katello/api/v2/repositories_controller.rb:107
3516
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:396
3539
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:397
3517
3540
  msgid "description of the repository"
3518
3541
  msgstr ""
3519
3542
 
@@ -3540,8 +3563,8 @@ msgstr ""
3540
3563
 
3541
3564
  #: ../app/controllers/katello/api/v2/repositories_controller.rb:117
3542
3565
  #: ../app/controllers/katello/api/v2/repositories_controller.rb:289
3543
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:435
3544
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:452
3566
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:439
3567
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:456
3545
3568
  msgid "Invalid params provided - content_type must be one of %s"
3546
3569
  msgstr ""
3547
3570
 
@@ -3602,170 +3625,187 @@ msgstr ""
3602
3625
  #: ../app/controllers/katello/api/v2/repositories_controller.rb:326
3603
3626
  msgid ""
3604
3627
  "Forces a republish of the specified repository, regenerating metadata and syml"
3605
- "inks on the filesystem."
3628
+ "inks on the filesystem. Not allowed for repositories with the 'Complete Mirror"
3629
+ "ing' mirroring policy."
3606
3630
  msgstr ""
3607
3631
 
3608
3632
  #: ../app/controllers/katello/api/v2/repositories_controller.rb:328
3609
3633
  msgid ""
3610
- "Force metadata regeneration to proceed. Dangerous when repositories use the '"
3611
- "Complete Mirroring' mirroring policy."
3634
+ "Force metadata regeneration to proceed. Dangerous when repositories use the 'C"
3635
+ "omplete Mirroring' mirroring policy"
3612
3636
  msgstr ""
3613
3637
 
3614
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:337
3615
- msgid "Show a repository"
3638
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:331
3639
+ msgid ""
3640
+ "Metadata republishing is risky on 'Complete Mirroring' repositories. Change th"
3641
+ "e mirroring policy and try again.\n"
3642
+ "Alternatively, use the 'force' parameter to regenerate metadata locally. On th"
3643
+ "e next sync, the upstream repository's metadata will overwrite local metadata "
3644
+ "for 'Complete Mirroring' repositories."
3616
3645
  msgstr ""
3617
3646
 
3618
3647
  #: ../app/controllers/katello/api/v2/repositories_controller.rb:338
3619
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:345
3620
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:373
3621
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:382
3622
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:394
3623
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:445
3648
+ msgid "Show a repository"
3649
+ msgstr ""
3650
+
3651
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:339
3652
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:346
3653
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:374
3654
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:383
3655
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:395
3656
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:449
3624
3657
  msgid "repository ID"
3625
3658
  msgstr ""
3626
3659
 
3627
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:344
3660
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:345
3628
3661
  msgid "Sync a repository"
3629
3662
  msgstr ""
3630
3663
 
3631
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:346
3664
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:347
3632
3665
  msgid "temporarily override feed URL for sync"
3633
3666
  msgstr ""
3634
3667
 
3635
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:347
3668
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:348
3636
3669
  msgid "perform an incremental import"
3637
3670
  msgstr ""
3638
3671
 
3639
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:348
3672
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:349
3640
3673
  msgid ""
3641
3674
  "Force sync even if no upstream changes are detected. Only used with yum or deb"
3642
3675
  " repositories."
3643
3676
  msgstr ""
3644
3677
 
3645
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:349
3678
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:350
3646
3679
  msgid ""
3647
3680
  "Force a sync and validate the checksums of all content. Only used with yum rep"
3648
3681
  "ositories."
3649
3682
  msgstr ""
3650
3683
 
3651
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:359
3684
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:360
3652
3685
  msgid "source URL is malformed"
3653
3686
  msgstr ""
3654
3687
 
3655
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:363
3688
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:364
3656
3689
  msgid "attempted to sync without a feed URL"
3657
3690
  msgstr ""
3658
3691
 
3659
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:372
3692
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:373
3660
3693
  msgid "Verify checksum of repository contents"
3661
3694
  msgstr ""
3662
3695
 
3663
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:381
3696
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:382
3664
3697
  msgid "Reclaim space from an On Demand repository"
3665
3698
  msgstr ""
3666
3699
 
3667
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:393
3700
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:394
3668
3701
  msgid "Update a repository"
3669
3702
  msgstr ""
3670
3703
 
3671
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:416
3704
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:417
3672
3705
  msgid "Destroy a custom repository"
3673
3706
  msgstr ""
3674
3707
 
3675
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:418
3708
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:419
3676
3709
  msgid "Force delete the repository by removing it from all content view versions"
3677
3710
  msgstr ""
3678
3711
 
3679
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:431
3712
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:420
3713
+ msgid ""
3714
+ "Delete content view filters that have this repository as the last associated r"
3715
+ "epository. Defaults to true. If false, such filters will now apply to all repo"
3716
+ "sitories in the content view."
3717
+ msgstr ""
3718
+
3719
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:435
3680
3720
  msgid ""
3681
3721
  "The type of content to remove (srpm, docker_manifest, etc.). Check removable t"
3682
3722
  "ypes here: /katello/api/repositories/repository_types"
3683
3723
  msgstr ""
3684
3724
 
3685
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:432
3686
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:481
3725
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:436
3726
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:485
3687
3727
  msgid "Whether or not to sync an external capsule after upload. Default: true"
3688
3728
  msgstr ""
3689
3729
 
3690
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:440
3730
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:444
3691
3731
  msgid "No content ids provided"
3692
3732
  msgstr ""
3693
3733
 
3694
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:444
3734
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:448
3695
3735
  msgid "Upload content into the repository"
3696
3736
  msgstr ""
3697
3737
 
3698
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:446
3738
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:450
3699
3739
  msgid "Content files to upload. Can be a single file or array of files."
3700
3740
  msgstr ""
3701
3741
 
3702
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:447
3742
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:451
3703
3743
  msgid ""
3704
3744
  "The type of content to upload (srpm, file, etc.). Check uploadable types here:"
3705
3745
  " /katello/api/repositories/repository_types"
3706
3746
  msgstr ""
3707
3747
 
3708
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:449
3748
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:453
3709
3749
  msgid "Cannot upload Container Image content."
3710
3750
  msgstr ""
3711
3751
 
3712
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:477
3752
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:481
3713
3753
  msgid "Import uploads into a repository"
3714
3754
  msgstr ""
3715
3755
 
3716
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:479
3756
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:483
3717
3757
  msgid "Do not wait for the ImportUpload action to finish. Default: false"
3718
3758
  msgstr ""
3719
3759
 
3720
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:480
3760
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:484
3721
3761
  msgid "Whether or not to regenerate the repository on disk. Default: true"
3722
3762
  msgstr ""
3723
3763
 
3724
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:483
3764
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:487
3725
3765
  msgid "Array of uploads to import"
3726
3766
  msgstr ""
3727
3767
 
3728
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:488
3768
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:492
3729
3769
  msgid "Needs to only be set for file repositories or docker tags"
3730
3770
  msgstr ""
3731
3771
 
3732
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:489
3772
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:493
3733
3773
  msgid "Needs to only be set for docker tags"
3734
3774
  msgstr ""
3735
3775
 
3736
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:502
3776
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:506
3737
3777
  msgid "No uploads param specified. An array of uploads to import is required."
3738
3778
  msgstr ""
3739
3779
 
3740
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:510
3780
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:514
3741
3781
  msgid "Checksum is a required parameter."
3742
3782
  msgstr ""
3743
3783
 
3744
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:514
3784
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:518
3745
3785
  msgid "Name is a required parameter."
3746
3786
  msgstr ""
3747
3787
 
3748
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:536
3788
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:540
3749
3789
  msgid "Return the content of a repo gpg key, used directly by yum"
3750
3790
  msgstr ""
3751
3791
 
3752
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:546
3792
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:550
3753
3793
  msgid "Return the enabled content types"
3754
3794
  msgstr ""
3755
3795
 
3756
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:575
3796
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:579
3757
3797
  msgid "Couldn't find %{content_type} with id '%{id}'"
3758
3798
  msgstr ""
3759
3799
 
3760
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:667
3800
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:671
3761
3801
  msgid "Red Hat products cannot be manipulated."
3762
3802
  msgstr ""
3763
3803
 
3764
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:671
3804
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:675
3765
3805
  msgid "Red Hat repositories cannot be manipulated."
3766
3806
  msgstr ""
3767
3807
 
3768
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:740
3808
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:744
3769
3809
  msgid "%s is required"
3770
3810
  msgstr ""
3771
3811
 
@@ -4003,31 +4043,27 @@ msgid "obtain manifest history for subscriptions"
4003
4043
  msgstr ""
4004
4044
 
4005
4045
  #: ../app/controllers/katello/api/v2/sync_controller.rb:7
4006
- msgid "Get status of repo synchronisation for given product"
4007
- msgstr ""
4008
-
4009
- #: ../app/controllers/katello/api/v2/sync_controller.rb:8
4010
4046
  msgid "Get status of synchronisation for given repository"
4011
4047
  msgstr ""
4012
4048
 
4013
- #: ../app/controllers/katello/api/v2/sync_controller.rb:22
4049
+ #: ../app/controllers/katello/api/v2/sync_controller.rb:21
4014
4050
  msgid "Couldn't find subject of synchronization"
4015
4051
  msgstr ""
4016
4052
 
4017
- #: ../app/controllers/katello/api/v2/sync_controller.rb:28
4053
+ #: ../app/controllers/katello/api/v2/sync_controller.rb:27
4018
4054
  msgid "Organization required"
4019
4055
  msgstr ""
4020
4056
 
4021
- #: ../app/controllers/katello/api/v2/sync_controller.rb:30
4057
+ #: ../app/controllers/katello/api/v2/sync_controller.rb:29
4022
4058
  msgid "Couldn't find product with id '%s'"
4023
4059
  msgstr ""
4024
4060
 
4025
- #: ../app/controllers/katello/api/v2/sync_controller.rb:36
4061
+ #: ../app/controllers/katello/api/v2/sync_controller.rb:35
4026
4062
  #: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:191
4027
4063
  msgid "Couldn't find repository '%s'"
4028
4064
  msgstr ""
4029
4065
 
4030
- #: ../app/controllers/katello/api/v2/sync_controller.rb:42
4066
+ #: ../app/controllers/katello/api/v2/sync_controller.rb:41
4031
4067
  msgid ""
4032
4068
  "You can check sync status for repositories only in the library lifecycle envir"
4033
4069
  "onment.'"
@@ -4222,12 +4258,12 @@ msgstr ""
4222
4258
 
4223
4259
  #: ../app/controllers/katello/concerns/api/api_controller.rb:22
4224
4260
  msgid ""
4225
- "NOTE: Katello-agent is deprecated and will be removed in %s. Consider using re"
4226
- "mote execution instead."
4261
+ "WARNING: Katello-agent is deprecated and will be removed in %s. Migrate to rem"
4262
+ "ote execution now."
4227
4263
  msgstr ""
4228
4264
 
4229
4265
  #: ../app/controllers/katello/concerns/api/api_controller.rb:26
4230
- msgid "a future release"
4266
+ msgid "Katello 4.10"
4231
4267
  msgstr ""
4232
4268
 
4233
4269
  #: ../app/controllers/katello/concerns/api/v2/authorization.rb:44
@@ -4470,7 +4506,7 @@ msgstr ""
4470
4506
  #:
4471
4507
  #: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:269
4472
4508
  #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js:113
4473
- #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:176
4509
+ #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:177
4474
4510
  msgid "Package"
4475
4511
  msgstr ""
4476
4512
 
@@ -4634,23 +4670,23 @@ msgstr ""
4634
4670
  msgid "Inherit from Repository"
4635
4671
  msgstr ""
4636
4672
 
4637
- #: ../app/helpers/katello/hosts_and_hostgroups_helper.rb:273
4673
+ #: ../app/helpers/katello/hosts_and_hostgroups_helper.rb:285
4638
4674
  #: ../app/views/smart_proxies/plugins/_pulpcore.html.erb:2
4639
4675
  #: ../lib/katello/plugin.rb:10 ../lib/katello/plugin.rb:256
4640
4676
  #: ../lib/katello/plugin.rb:270 ../lib/katello/plugin.rb:342
4641
- #: ../webpack/containers/Application/config.js:60
4642
- #: ../webpack/containers/Application/config.js:64 ../webpack/global_index.js:40
4677
+ #: ../webpack/containers/Application/config.js:65
4678
+ #: ../webpack/containers/Application/config.js:69 ../webpack/global_index.js:40
4643
4679
  #: ../webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js:62
4644
4680
  #: ../webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js:138
4645
4681
  #: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js:134
4646
4682
  msgid "Content"
4647
4683
  msgstr ""
4648
4684
 
4649
- #: ../app/helpers/katello/hosts_and_hostgroups_helper.rb:275
4685
+ #: ../app/helpers/katello/hosts_and_hostgroups_helper.rb:287
4650
4686
  msgid "Host content and subscription details"
4651
4687
  msgstr ""
4652
4688
 
4653
- #: ../app/helpers/katello/hosts_and_hostgroups_helper.rb:282
4689
+ #: ../app/helpers/katello/hosts_and_hostgroups_helper.rb:294
4654
4690
  msgid "Change Content Source"
4655
4691
  msgstr ""
4656
4692
 
@@ -4719,11 +4755,11 @@ msgstr ""
4719
4755
  #: ../app/lib/actions/katello/activation_key/create.rb:21
4720
4756
  #: ../app/lib/actions/katello/content_view/create.rb:10
4721
4757
  #: ../app/lib/actions/katello/repository/create.rb:60
4722
- #: ../app/lib/actions/katello/repository/create_root.rb:17 action_names.rb:15
4758
+ #: ../app/lib/actions/katello/repository/create_root.rb:17 action_names.rb:16
4723
4759
  msgid "Create"
4724
4760
  msgstr ""
4725
4761
 
4726
- #: ../app/lib/actions/katello/activation_key/destroy.rb:20 action_names.rb:16
4762
+ #: ../app/lib/actions/katello/activation_key/destroy.rb:20 action_names.rb:17
4727
4763
  msgid "Delete Activation Key"
4728
4764
  msgstr ""
4729
4765
 
@@ -4737,40 +4773,40 @@ msgstr ""
4737
4773
  msgid "No packages removed"
4738
4774
  msgstr ""
4739
4775
 
4740
- #: ../app/lib/actions/katello/agent_action.rb:84
4776
+ #: ../app/lib/actions/katello/agent_action.rb:85
4741
4777
  msgid ""
4742
4778
  "Host did not respond within %s seconds. The task has been cancelled. Is katell"
4743
4779
  "o-agent installed and goferd running on the Host?"
4744
4780
  msgstr ""
4745
4781
 
4746
- #: ../app/lib/actions/katello/agent_action.rb:92
4782
+ #: ../app/lib/actions/katello/agent_action.rb:93
4747
4783
  msgid ""
4748
4784
  "Host did not finish content action in %s seconds. The task has been cancelled"
4749
4785
  "."
4750
4786
  msgstr ""
4751
4787
 
4752
4788
  #: ../app/lib/actions/katello/alternate_content_source/create.rb:27
4753
- #: action_names.rb:11
4789
+ #: action_names.rb:12
4754
4790
  msgid "Create Alternate Content Source"
4755
4791
  msgstr ""
4756
4792
 
4757
4793
  #: ../app/lib/actions/katello/alternate_content_source/destroy.rb:21
4758
- #: action_names.rb:20
4794
+ #: action_names.rb:22
4759
4795
  msgid "Destroy Alternate Content Source"
4760
4796
  msgstr ""
4761
4797
 
4762
4798
  #: ../app/lib/actions/katello/alternate_content_source/refresh.rb:20
4763
- #: action_names.rb:56
4799
+ #: action_names.rb:58
4764
4800
  msgid "Refresh Alternate Content Source"
4765
4801
  msgstr ""
4766
4802
 
4767
4803
  #: ../app/lib/actions/katello/alternate_content_source/update.rb:82
4768
- #: action_names.rb:71
4804
+ #: action_names.rb:73
4769
4805
  msgid "Update Alternate Content Source"
4770
4806
  msgstr ""
4771
4807
 
4772
4808
  #: ../app/lib/actions/katello/applicability/host/generate.rb:22
4773
- #: action_names.rb:32
4809
+ #: action_names.rb:34
4774
4810
  msgid "Generate host applicability"
4775
4811
  msgstr ""
4776
4812
 
@@ -4790,11 +4826,11 @@ msgid "Bulk generate applicability for hosts"
4790
4826
  msgstr ""
4791
4827
 
4792
4828
  #: ../app/lib/actions/katello/applicability/repository/regenerate.rb:25
4793
- #: action_names.rb:33
4829
+ #: action_names.rb:35
4794
4830
  msgid "Generate repository applicability"
4795
4831
  msgstr ""
4796
4832
 
4797
- #: ../app/lib/actions/katello/capsule_content/sync.rb:14 action_names.rb:69
4833
+ #: ../app/lib/actions/katello/capsule_content/sync.rb:14 action_names.rb:71
4798
4834
  msgid "Synchronize smart proxy"
4799
4835
  msgstr ""
4800
4836
 
@@ -4802,7 +4838,7 @@ msgstr ""
4802
4838
  msgid "Action not allowed for the default smart proxy."
4803
4839
  msgstr ""
4804
4840
 
4805
- #: ../app/lib/actions/katello/cdn_configuration/update.rb:31 action_names.rb:72
4841
+ #: ../app/lib/actions/katello/cdn_configuration/update.rb:31 action_names.rb:74
4806
4842
  msgid "Update CDN Configuration"
4807
4843
  msgstr ""
4808
4844
 
@@ -4812,25 +4848,27 @@ msgstr ""
4812
4848
 
4813
4849
  #: ../app/lib/actions/katello/content_view/destroy.rb:35
4814
4850
  #: ../app/lib/actions/katello/provider/destroy.rb:19
4815
- #: ../app/lib/actions/katello/repository/destroy.rb:134
4851
+ #: ../app/lib/actions/katello/repository/destroy.rb:142
4852
+ #: ../webpack/scenes/ActivationKeys/Details/components/DeleteMenu.js:36
4853
+ #: ../webpack/scenes/ActivationKeys/Details/components/DeleteModal.js:39
4816
4854
  #: ../webpack/scenes/AlternateContentSources/MainTable/ACSTable.js:219
4817
4855
  #: ../webpack/scenes/AlternateContentSources/MainTable/ACSTable.js:266
4818
4856
  #: ../webpack/scenes/AlternateContentSources/MainTable/ACSTable.js:374
4819
4857
  #: ../webpack/scenes/ContentViews/Delete/ContentViewDeleteWizard.js:89
4820
4858
  #: ../webpack/scenes/ContentViews/Delete/ContentViewDeleteWizard.js:93
4821
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetails.js:99
4859
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetails.js:100
4822
4860
  #: ../webpack/scenes/ContentViews/Details/Filters/ContentViewFilterDetailsHeader.js:78
4823
4861
  #: ../webpack/scenes/ContentViews/Details/Versions/BulkDelete/bulkDeleteSteps.js:61
4824
- #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:221
4825
- #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:318
4862
+ #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:225
4863
+ #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:322
4826
4864
  #: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveCVVersionWizard.js:89
4827
- #: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsHeader.js:73
4865
+ #: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsHeader.js:94
4828
4866
  #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:111
4829
- #: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:186
4830
- #: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:201
4867
+ #: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:191
4868
+ #: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:206
4831
4869
  #: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/components/Dialogs/DeleteDialog.js:27
4832
4870
  #: ../webpack/scenes/Subscriptions/components/SubscriptionsToolbar/SubscriptionsToolbar.js:95
4833
- #: action_names.rb:19
4871
+ #: action_names.rb:20
4834
4872
  msgid "Delete"
4835
4873
  msgstr ""
4836
4874
 
@@ -4896,7 +4934,7 @@ msgid "Cannot promote environment out of sequence. Use force to bypass restricti
4896
4934
  msgstr ""
4897
4935
 
4898
4936
  #: ../app/lib/actions/katello/content_view/promote_to_environment.rb:40
4899
- #: action_names.rb:53
4937
+ #: action_names.rb:55
4900
4938
  msgid "Promotion to Environment"
4901
4939
  msgstr ""
4902
4940
 
@@ -4912,10 +4950,10 @@ msgstr ""
4912
4950
 
4913
4951
  #: ../app/lib/actions/katello/content_view/publish.rb:93
4914
4952
  #: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:41
4915
- #: ../webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js:36
4916
- #: ../webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js:107
4953
+ #: ../webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js:38
4954
+ #: ../webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js:110
4917
4955
  #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:90
4918
- #: action_names.rb:55
4956
+ #: action_names.rb:57
4919
4957
  msgid "Publish"
4920
4958
  msgstr ""
4921
4959
 
@@ -4923,7 +4961,7 @@ msgstr ""
4923
4961
  msgid "Cannot delete version while it is in environment %s"
4924
4962
  msgstr ""
4925
4963
 
4926
- #: ../app/lib/actions/katello/content_view/remove.rb:97 action_names.rb:61
4964
+ #: ../app/lib/actions/katello/content_view/remove.rb:97 action_names.rb:63
4927
4965
  msgid "Remove Versions and Associations"
4928
4966
  msgstr ""
4929
4967
 
@@ -4950,13 +4988,13 @@ msgid ""
4950
4988
  msgstr ""
4951
4989
 
4952
4990
  #: ../app/lib/actions/katello/content_view/remove_from_environment.rb:35
4953
- #: action_names.rb:62
4991
+ #: action_names.rb:64
4954
4992
  msgid "Remove from Environment"
4955
4993
  msgstr ""
4956
4994
 
4957
4995
  #: ../app/lib/actions/katello/content_view/remove_version.rb:26
4958
4996
  #: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveCVVersionWizard.js:139
4959
- #: action_names.rb:60
4997
+ #: action_names.rb:62
4960
4998
  msgid "Remove Version"
4961
4999
  msgstr ""
4962
5000
 
@@ -4965,27 +5003,27 @@ msgid "Create Repositories"
4965
5003
  msgstr ""
4966
5004
 
4967
5005
  #: ../app/lib/actions/katello/content_view_version/export.rb:31
4968
- #: action_names.rb:29
5006
+ #: action_names.rb:31
4969
5007
  msgid "Export"
4970
5008
  msgstr ""
4971
5009
 
4972
5010
  #: ../app/lib/actions/katello/content_view_version/import.rb:56
4973
- #: action_names.rb:36
5011
+ #: action_names.rb:38
4974
5012
  msgid "Import Content View Version"
4975
5013
  msgstr ""
4976
5014
 
4977
5015
  #: ../app/lib/actions/katello/content_view_version/import_library.rb:13
4978
- #: action_names.rb:37
5016
+ #: action_names.rb:39
4979
5017
  msgid "Import Default Content View"
4980
5018
  msgstr ""
4981
5019
 
4982
5020
  #: ../app/lib/actions/katello/content_view_version/import_repository.rb:16
4983
- #: action_names.rb:39
5021
+ #: action_names.rb:41
4984
5022
  msgid "Import Repository"
4985
5023
  msgstr ""
4986
5024
 
4987
5025
  #: ../app/lib/actions/katello/content_view_version/incremental_update.rb:15
4988
- #: action_names.rb:43
5026
+ #: action_names.rb:45
4989
5027
  msgid "Incremental Update"
4990
5028
  msgstr ""
4991
5029
 
@@ -5007,21 +5045,21 @@ msgid ""
5007
5045
  "omposite Content View %{composite} version %{version}"
5008
5046
  msgstr ""
5009
5047
 
5010
- #: ../app/lib/actions/katello/content_view_version/republish_repositories.rb:25
5048
+ #: ../app/lib/actions/katello/content_view_version/republish_repositories.rb:31
5011
5049
  msgid "Republish Repositories of %{name} %{version}"
5012
5050
  msgstr ""
5013
5051
 
5014
- #: ../app/lib/actions/katello/content_view_version/republish_repositories.rb:27
5015
- #: action_names.rb:65
5052
+ #: ../app/lib/actions/katello/content_view_version/republish_repositories.rb:33
5053
+ #: action_names.rb:67
5016
5054
  msgid "Republish Version Repositories"
5017
5055
  msgstr ""
5018
5056
 
5019
- #: ../app/lib/actions/katello/environment/destroy.rb:42 action_names.rb:17
5057
+ #: ../app/lib/actions/katello/environment/destroy.rb:42 action_names.rb:18
5020
5058
  msgid "Delete Lifecycle Environment"
5021
5059
  msgstr ""
5022
5060
 
5023
5061
  #: ../app/lib/actions/katello/environment/publish_repositories.rb:34
5024
- #: action_names.rb:54
5062
+ #: action_names.rb:56
5025
5063
  msgid "Publish Lifecycle Environment Repositories"
5026
5064
  msgstr ""
5027
5065
 
@@ -5051,7 +5089,7 @@ msgstr ""
5051
5089
  msgid "Destroy Content Host %s"
5052
5090
  msgstr ""
5053
5091
 
5054
- #: ../app/lib/actions/katello/host/destroy.rb:32 action_names.rb:21
5092
+ #: ../app/lib/actions/katello/host/destroy.rb:32 action_names.rb:23
5055
5093
  msgid "Destroy Content Host"
5056
5094
  msgstr ""
5057
5095
 
@@ -5064,7 +5102,7 @@ msgid "No applicable errata for %s, skipping"
5064
5102
  msgstr ""
5065
5103
 
5066
5104
  #: ../app/lib/actions/katello/host/erratum/applicable_errata_install.rb:31
5067
- #: action_names.rb:48
5105
+ #: action_names.rb:50
5068
5106
  msgid "Install Applicable Errata"
5069
5107
  msgstr ""
5070
5108
 
@@ -5160,7 +5198,7 @@ msgid "Remove subscriptions from %s"
5160
5198
  msgstr ""
5161
5199
 
5162
5200
  #: ../app/lib/actions/katello/host/remove_subscriptions.rb:40
5163
- #: action_names.rb:63
5201
+ #: action_names.rb:65
5164
5202
  msgid "Remove subscriptions"
5165
5203
  msgstr ""
5166
5204
 
@@ -5173,21 +5211,21 @@ msgid "Update Content Overrides to %s"
5173
5211
  msgstr ""
5174
5212
 
5175
5213
  #: ../app/lib/actions/katello/host/update_content_overrides.rb:32
5176
- #: action_names.rb:73
5214
+ #: action_names.rb:75
5177
5215
  msgid "Update Content Overrides"
5178
5216
  msgstr ""
5179
5217
 
5180
- #: ../app/lib/actions/katello/host/update_content_view.rb:12
5218
+ #: ../app/lib/actions/katello/host/update_content_view.rb:14
5181
5219
  #: ../app/lib/actions/katello/host/update_release_version.rb:15
5182
5220
  #: ../app/lib/actions/katello/host/update_system_purpose.rb:6
5183
5221
  msgid "Host %s has not been registered with subscription-manager."
5184
5222
  msgstr ""
5185
5223
 
5186
- #: ../app/lib/actions/katello/host/update_content_view.rb:18 action_names.rb:75
5224
+ #: ../app/lib/actions/katello/host/update_content_view.rb:20 action_names.rb:77
5187
5225
  msgid "Update for host"
5188
5226
  msgstr ""
5189
5227
 
5190
- #: ../app/lib/actions/katello/host/update_content_view.rb:20
5228
+ #: ../app/lib/actions/katello/host/update_content_view.rb:22
5191
5229
  msgid "Update for host %s"
5192
5230
  msgstr ""
5193
5231
 
@@ -5196,7 +5234,7 @@ msgid "Host %{name} cannot be assigned release version %{release_version}."
5196
5234
  msgstr ""
5197
5235
 
5198
5236
  #: ../app/lib/actions/katello/host/update_release_version.rb:21
5199
- #: action_names.rb:79
5237
+ #: action_names.rb:81
5200
5238
  msgid "Update release version for host"
5201
5239
  msgstr ""
5202
5240
 
@@ -5209,7 +5247,7 @@ msgid "Updating System Purpose for host %s"
5209
5247
  msgstr ""
5210
5248
 
5211
5249
  #: ../app/lib/actions/katello/host/update_system_purpose.rb:25
5212
- #: action_names.rb:81
5250
+ #: action_names.rb:83
5213
5251
  msgid "Updating System Purpose for host"
5214
5252
  msgstr ""
5215
5253
 
@@ -5218,7 +5256,7 @@ msgid "Package Profile Update for %s"
5218
5256
  msgstr ""
5219
5257
 
5220
5258
  #: ../app/lib/actions/katello/host/upload_package_profile.rb:21
5221
- #: action_names.rb:50
5259
+ #: action_names.rb:52
5222
5260
  msgid "Package Profile Update"
5223
5261
  msgstr ""
5224
5262
 
@@ -5226,11 +5264,11 @@ msgstr ""
5226
5264
  msgid "Combined Profile Update for %s"
5227
5265
  msgstr ""
5228
5266
 
5229
- #: ../app/lib/actions/katello/host/upload_profiles.rb:23 action_names.rb:9
5267
+ #: ../app/lib/actions/katello/host/upload_profiles.rb:23 action_names.rb:10
5230
5268
  msgid "Combined Profile Update"
5231
5269
  msgstr ""
5232
5270
 
5233
- #: ../app/lib/actions/katello/organization/destroy.rb:30 action_names.rb:22
5271
+ #: ../app/lib/actions/katello/organization/destroy.rb:30 action_names.rb:24
5234
5272
  msgid "Destroy"
5235
5273
  msgstr ""
5236
5274
 
@@ -5270,26 +5308,33 @@ msgstr ""
5270
5308
  msgid "Cannot delete redhat product content"
5271
5309
  msgstr ""
5272
5310
 
5273
- #: ../app/lib/actions/katello/product/create.rb:37 action_names.rb:51
5311
+ #: ../app/lib/actions/katello/product/create.rb:37 action_names.rb:53
5274
5312
  msgid "Product Create"
5275
5313
  msgstr ""
5276
5314
 
5277
- #: ../app/lib/actions/katello/product/destroy.rb:13
5315
+ #: ../app/lib/actions/katello/product/destroy.rb:56 action_names.rb:19
5316
+ msgid "Delete Product"
5317
+ msgstr ""
5318
+
5319
+ #: ../app/lib/actions/katello/product/destroy.rb:88
5320
+ msgid "Content View %{view}: Versions: %{versions}"
5321
+ msgstr ""
5322
+
5323
+ #: ../app/lib/actions/katello/product/destroy.rb:96
5278
5324
  msgid "Cannot delete Red Hat product: %{product}"
5279
5325
  msgstr ""
5280
5326
 
5281
- #: ../app/lib/actions/katello/product/destroy.rb:15
5327
+ #: ../app/lib/actions/katello/product/destroy.rb:98
5282
5328
  msgid ""
5283
5329
  "Cannot delete product with repositories published in a content view. Product:"
5284
5330
  " %{product}, %{view_versions}"
5285
5331
  msgstr ""
5286
5332
 
5287
- #: ../app/lib/actions/katello/product/destroy.rb:66 action_names.rb:18
5288
- msgid "Delete Product"
5289
- msgstr ""
5290
-
5291
- #: ../app/lib/actions/katello/product/destroy.rb:98
5292
- msgid "Content View %{view}: Versions: %{versions}"
5333
+ #: ../app/lib/actions/katello/product/destroy.rb:101
5334
+ msgid ""
5335
+ "Cannot delete product: %{product} with repositories that are the last affected"
5336
+ " repository in content view filters. Delete these repositories before deleting"
5337
+ " product."
5293
5338
  msgstr ""
5294
5339
 
5295
5340
  #: ../app/lib/actions/katello/provider/destroy.rb:6
@@ -5313,7 +5358,7 @@ msgstr ""
5313
5358
  msgid "Cannot publish a link repository if multiple component clones are specified"
5314
5359
  msgstr ""
5315
5360
 
5316
- #: ../app/lib/actions/katello/repository/destroy.rb:78
5361
+ #: ../app/lib/actions/katello/repository/destroy.rb:81
5317
5362
  #: ../app/lib/actions/katello/repository/update.rb:102
5318
5363
  msgid ""
5319
5364
  "Removing product %{prod_name} with ID %{prod_id} from ACS %{acs_name} with ID "
@@ -5321,7 +5366,7 @@ msgid ""
5321
5366
  msgstr ""
5322
5367
 
5323
5368
  #: ../app/lib/actions/katello/repository/import_upload.rb:73
5324
- #: ../app/lib/actions/katello/repository/upload_files.rb:53 action_names.rb:82
5369
+ #: ../app/lib/actions/katello/repository/upload_files.rb:53 action_names.rb:84
5325
5370
  msgid "Upload into"
5326
5371
  msgstr ""
5327
5372
 
@@ -5334,31 +5379,27 @@ msgid "Can only remove content from within the Default Content View"
5334
5379
  msgstr ""
5335
5380
 
5336
5381
  #: ../app/lib/actions/katello/repository/remove_content.rb:62
5337
- #: action_names.rb:59
5382
+ #: action_names.rb:61
5338
5383
  msgid "Remove Content"
5339
5384
  msgstr ""
5340
5385
 
5341
- #: ../app/lib/actions/katello/repository/sync.rb:76
5386
+ #: ../app/lib/actions/katello/repository/sync.rb:75
5342
5387
  msgid "Synchronize: Validate Content"
5343
5388
  msgstr ""
5344
5389
 
5345
- #: ../app/lib/actions/katello/repository/sync.rb:78
5390
+ #: ../app/lib/actions/katello/repository/sync.rb:77
5346
5391
  msgid "Synchronize: Skip Metadata Check"
5347
5392
  msgstr ""
5348
5393
 
5349
- #: ../app/lib/actions/katello/repository/sync.rb:80 action_names.rb:70
5394
+ #: ../app/lib/actions/katello/repository/sync.rb:79 action_names.rb:72
5350
5395
  msgid "Synchronize"
5351
5396
  msgstr ""
5352
5397
 
5353
- #: ../app/lib/actions/katello/repository/sync.rb:85
5398
+ #: ../app/lib/actions/katello/repository/sync.rb:84
5354
5399
  msgid "Unable to sync repo. This repository does not have a feed url."
5355
5400
  msgstr ""
5356
5401
 
5357
- #: ../app/lib/actions/katello/repository/sync.rb:86
5358
- msgid "Cannot validate contents on non-yum/deb repositories."
5359
- msgstr ""
5360
-
5361
- #: ../app/lib/actions/katello/repository/sync.rb:87
5402
+ #: ../app/lib/actions/katello/repository/sync.rb:85
5362
5403
  msgid "Cannot skip metadata check on non-yum/deb repositories."
5363
5404
  msgstr ""
5364
5405
 
@@ -5367,7 +5408,7 @@ msgstr ""
5367
5408
  #: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:469
5368
5409
  #: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:549
5369
5410
  #: ../webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js:10
5370
- #: action_names.rb:23
5411
+ #: action_names.rb:25
5371
5412
  msgid "Disable"
5372
5413
  msgstr ""
5373
5414
 
@@ -5379,15 +5420,15 @@ msgstr ""
5379
5420
  #: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:458
5380
5421
  #: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:532
5381
5422
  #: ../webpack/scenes/RedHatRepositories/components/RepositorySetRepository/RepositorySetRepository.js:109
5382
- #: action_names.rb:25
5423
+ #: action_names.rb:27
5383
5424
  msgid "Enable"
5384
5425
  msgstr ""
5385
5426
 
5386
- #: ../app/lib/actions/katello/repository_set/enable_repository.rb:15
5427
+ #: ../app/lib/actions/katello/repository_set/enable_repository.rb:16
5387
5428
  msgid "The repository is already enabled"
5388
5429
  msgstr ""
5389
5430
 
5390
- #: ../app/lib/actions/katello/sync_plan/run.rb:41 action_names.rb:66
5431
+ #: ../app/lib/actions/katello/sync_plan/run.rb:41 action_names.rb:68
5391
5432
  msgid "Run Sync Plan:"
5392
5433
  msgstr ""
5393
5434
 
@@ -5464,24 +5505,24 @@ msgid "There is no downloaded content to clean."
5464
5505
  msgstr ""
5465
5506
 
5466
5507
  #: ../app/lib/actions/pulp3/content_view_version/create_export_history.rb:54
5467
- #: action_names.rb:12
5508
+ #: action_names.rb:13
5468
5509
  msgid "Create Export History"
5469
5510
  msgstr ""
5470
5511
 
5471
5512
  #: ../app/lib/actions/pulp3/content_view_version/create_import_history.rb:28
5472
- #: action_names.rb:13
5513
+ #: action_names.rb:14
5473
5514
  msgid "Create Import History"
5474
5515
  msgstr ""
5475
5516
 
5476
5517
  #:
5477
5518
  #: ../app/lib/actions/pulp3/content_view_version/create_syncable_export_history.rb:44
5478
- #: action_names.rb:14
5519
+ #: action_names.rb:15
5479
5520
  msgid "Create Syncable Export History"
5480
5521
  msgstr ""
5481
5522
 
5482
5523
  #:
5483
5524
  #: ../app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb:39
5484
- #: action_names.rb:27
5525
+ #: action_names.rb:29
5485
5526
  msgid "Export Library"
5486
5527
  msgstr ""
5487
5528
 
@@ -5496,7 +5537,7 @@ msgstr ""
5496
5537
 
5497
5538
  #:
5498
5539
  #: ../app/lib/actions/pulp3/orchestration/content_view_version/export_repository.rb:35
5499
- #: action_names.rb:28
5540
+ #: action_names.rb:30
5500
5541
  msgid "Export Repository"
5501
5542
  msgstr ""
5502
5543
 
@@ -5523,7 +5564,7 @@ msgid ""
5523
5564
  msgstr ""
5524
5565
 
5525
5566
  #: ../app/lib/actions/pulp3/orchestration/content_view_version/import.rb:54
5526
- #: action_names.rb:41
5567
+ #: action_names.rb:43
5527
5568
  msgid "Import"
5528
5569
  msgstr ""
5529
5570
 
@@ -5652,33 +5693,33 @@ msgstr ""
5652
5693
  msgid "Current organization not set."
5653
5694
  msgstr ""
5654
5695
 
5655
- #: ../app/lib/katello/resources/cdn.rb:157
5696
+ #: ../app/lib/katello/resources/cdn.rb:161
5656
5697
  msgid "Couldn't establish a connection to %s"
5657
5698
  msgstr ""
5658
5699
 
5659
- #: ../app/lib/katello/resources/cdn.rb:163
5700
+ #: ../app/lib/katello/resources/cdn.rb:167
5660
5701
  msgid "CDN loading error: %s not found"
5661
5702
  msgstr ""
5662
5703
 
5663
- #: ../app/lib/katello/resources/cdn.rb:165
5704
+ #: ../app/lib/katello/resources/cdn.rb:169
5664
5705
  msgid "CDN loading error: access denied to %s"
5665
5706
  msgstr ""
5666
5707
 
5667
- #: ../app/lib/katello/resources/cdn.rb:167
5708
+ #: ../app/lib/katello/resources/cdn.rb:171
5668
5709
  msgid "CDN loading error: access forbidden to %s"
5669
5710
  msgstr ""
5670
5711
 
5671
- #: ../app/lib/katello/resources/cdn/katello_cdn.rb:19
5712
+ #: ../app/lib/katello/resources/cdn/katello_cdn.rb:23
5672
5713
  msgid "Upstream organization %s does not provide this content path"
5673
5714
  msgstr ""
5674
5715
 
5675
- #: ../app/lib/katello/resources/cdn/katello_cdn.rb:58
5716
+ #: ../app/lib/katello/resources/cdn/katello_cdn.rb:62
5676
5717
  msgid ""
5677
5718
  "Upstream organization %{org_label} does not have a content view with the label"
5678
5719
  " %{cv_label}"
5679
5720
  msgstr ""
5680
5721
 
5681
- #: ../app/lib/katello/resources/cdn/katello_cdn.rb:69
5722
+ #: ../app/lib/katello/resources/cdn/katello_cdn.rb:73
5682
5723
  msgid ""
5683
5724
  "Upstream organization %{org_label} does not have a lifecycle environment with "
5684
5725
  "the label %{lce_label}"
@@ -6279,8 +6320,8 @@ msgstr ""
6279
6320
  #:
6280
6321
  #: ../app/lib/katello/validators/alternate_content_source_products_validator.rb:10
6281
6322
  msgid ""
6282
- "The product %{name} has no %{type} repositories with upstream URLs to add to t"
6283
- "he alternate content source."
6323
+ "%{name} has no %{type} repositories with upstream URLs to add to the alternate"
6324
+ " content source."
6284
6325
  msgstr ""
6285
6326
 
6286
6327
  #: ../app/lib/katello/validators/container_image_name_validator.rb:6
@@ -6598,33 +6639,45 @@ msgstr ""
6598
6639
  msgid "Products updated."
6599
6640
  msgstr ""
6600
6641
 
6642
+ #: ../app/models/katello/candlepin/repository_mapper.rb:59
6643
+ msgid "Manifest does not have a valid subscription"
6644
+ msgstr ""
6645
+
6601
6646
  #: ../app/models/katello/capsule_lifecycle_environment.rb:8
6602
6647
  msgid "is already attached to the capsule"
6603
6648
  msgstr ""
6604
6649
 
6605
- #: ../app/models/katello/cdn_configuration.rb:71
6650
+ #: ../app/models/katello/cdn_configuration.rb:75
6606
6651
  msgid ""
6607
6652
  "Username, Password, Upstream Organization Label, and SSL CA Credential are req"
6608
6653
  "uired when using an upstream Foreman server."
6609
6654
  msgstr ""
6610
6655
 
6611
- #: ../app/models/katello/concerns/host_managed_extensions.rb:96
6656
+ #: ../app/models/katello/concerns/host_managed_extensions.rb:26
6657
+ msgid "Content view and lifecycle environment must be provided together"
6658
+ msgstr ""
6659
+
6660
+ #: ../app/models/katello/concerns/host_managed_extensions.rb:132
6661
+ msgid "%{value} can contain only lowercase letters, numbers, dashes and dots."
6662
+ msgstr ""
6663
+
6664
+ #: ../app/models/katello/concerns/host_managed_extensions.rb:140
6612
6665
  msgid "Content_Host_Status"
6613
6666
  msgstr ""
6614
6667
 
6615
- #: ../app/models/katello/concerns/host_managed_extensions.rb:99
6668
+ #: ../app/models/katello/concerns/host_managed_extensions.rb:143
6616
6669
  msgid "Refresh_Content_Host_Status"
6617
6670
  msgstr ""
6618
6671
 
6619
- #: ../app/models/katello/concerns/host_managed_extensions.rb:160
6672
+ #: ../app/models/katello/concerns/host_managed_extensions.rb:214
6620
6673
  msgid "Refresh Content Host Statuses for %s"
6621
6674
  msgstr ""
6622
6675
 
6623
- #: ../app/models/katello/concerns/host_managed_extensions.rb:175
6676
+ #: ../app/models/katello/concerns/host_managed_extensions.rb:229
6624
6677
  msgid "Mark Content Host Statuses as Unknown for %s"
6625
6678
  msgstr ""
6626
6679
 
6627
- #: ../app/models/katello/concerns/host_managed_extensions.rb:467
6680
+ #: ../app/models/katello/concerns/host_managed_extensions.rb:521
6628
6681
  msgid "package_names_for_job_template: Action must be one of %s"
6629
6682
  msgstr ""
6630
6683
 
@@ -6720,58 +6773,58 @@ msgstr ""
6720
6773
  msgid "Content Credentials"
6721
6774
  msgstr ""
6722
6775
 
6723
- #: ../app/models/katello/content_view.rb:476
6776
+ #: ../app/models/katello/content_view.rb:478
6724
6777
  msgid "Cannot delete view while it exists in environments"
6725
6778
  msgstr ""
6726
6779
 
6727
- #: ../app/models/katello/content_view.rb:481
6780
+ #: ../app/models/katello/content_view.rb:483
6728
6781
  msgid "Cannot delete from %s, view does not exist there."
6729
6782
  msgstr ""
6730
6783
 
6731
- #: ../app/models/katello/content_view.rb:511
6784
+ #: ../app/models/katello/content_view.rb:513
6732
6785
  #: ../app/models/katello/content_view_version_component.rb:13
6733
6786
  msgid "Cannot add component versions to a non-composite content view"
6734
6787
  msgstr ""
6735
6788
 
6736
- #: ../app/models/katello/content_view.rb:517
6789
+ #: ../app/models/katello/content_view.rb:519
6737
6790
  msgid "Cannot set auto publish to a non-composite content view"
6738
6791
  msgstr ""
6739
6792
 
6740
- #: ../app/models/katello/content_view.rb:523
6793
+ #: ../app/models/katello/content_view.rb:525
6741
6794
  msgid "Name and label of default content view should not be changed"
6742
6795
  msgstr ""
6743
6796
 
6744
- #: ../app/models/katello/content_view.rb:529
6797
+ #: ../app/models/katello/content_view.rb:531
6745
6798
  msgid "Container Image repo '%{repo}' is present in multiple component content views."
6746
6799
  msgstr ""
6747
6800
 
6748
- #: ../app/models/katello/content_view.rb:592
6801
+ #: ../app/models/katello/content_view.rb:594
6749
6802
  msgid "Cannot import a composite content view"
6750
6803
  msgstr ""
6751
6804
 
6752
- #: ../app/models/katello/content_view.rb:593
6805
+ #: ../app/models/katello/content_view.rb:595
6753
6806
  msgid "This Content View must be set to Import-only before performing an import"
6754
6807
  msgstr ""
6755
6808
 
6756
- #: ../app/models/katello/content_view.rb:598
6809
+ #: ../app/models/katello/content_view.rb:600
6757
6810
  msgid "User must be logged in."
6758
6811
  msgstr ""
6759
6812
 
6760
- #: ../app/models/katello/content_view.rb:599
6813
+ #: ../app/models/katello/content_view.rb:601
6761
6814
  msgid "Cannot publish default content view"
6762
6815
  msgstr ""
6763
6816
 
6764
- #: ../app/models/katello/content_view.rb:604
6817
+ #: ../app/models/katello/content_view.rb:606
6765
6818
  msgid "Import-only content views can not be published directly"
6766
6819
  msgstr ""
6767
6820
 
6768
- #: ../app/models/katello/content_view.rb:623
6821
+ #: ../app/models/katello/content_view.rb:625
6769
6822
  msgid ""
6770
6823
  "Consider changing the Lifecycle Environment's Registry Name Pattern to somethi"
6771
6824
  "ng more specific."
6772
6825
  msgstr ""
6773
6826
 
6774
- #: ../app/models/katello/content_view.rb:633
6827
+ #: ../app/models/katello/content_view.rb:635
6775
6828
  msgid ""
6776
6829
  "Make sure all the component content views are published before publishing/prom"
6777
6830
  "oting the composite content view. This restriction is optional and can be modi"
@@ -6779,7 +6832,7 @@ msgid ""
6779
6832
  "site_view flag."
6780
6833
  msgstr ""
6781
6834
 
6782
- #: ../app/models/katello/content_view.rb:643
6835
+ #: ../app/models/katello/content_view.rb:645
6783
6836
  msgid ""
6784
6837
  "The action requested on this composite view cannot be performed until all of t"
6785
6838
  "he component content view versions have been promoted to the target environmen"
@@ -6787,47 +6840,49 @@ msgid ""
6787
6840
  "tor -> Settings -> Content page using the restrict_composite_view flag."
6788
6841
  msgstr ""
6789
6842
 
6790
- #: ../app/models/katello/content_view.rb:662
6843
+ #: ../app/models/katello/content_view.rb:664
6791
6844
  msgid ""
6792
6845
  "Orphaned content facets for deleted hosts exist for the content view and envir"
6793
6846
  "onment. Please run rake task : katello:clean_orphaned_facets and try again!"
6794
6847
  msgstr ""
6795
6848
 
6796
- #: ../app/models/katello/content_view.rb:672
6797
- #: ../app/models/katello/content_view.rb:691
6849
+ #: ../app/models/katello/content_view.rb:674
6850
+ #: ../app/models/katello/content_view.rb:693
6851
+ #: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js:245
6852
+ #: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceTemplate.js:64
6798
6853
  msgid "hosts"
6799
6854
  msgstr ""
6800
6855
 
6801
- #: ../app/models/katello/content_view.rb:673
6802
- #: ../app/models/katello/content_view.rb:692
6856
+ #: ../app/models/katello/content_view.rb:675
6857
+ #: ../app/models/katello/content_view.rb:694
6803
6858
  msgid "activation keys"
6804
6859
  msgstr ""
6805
6860
 
6806
- #: ../app/models/katello/content_view.rb:678
6861
+ #: ../app/models/katello/content_view.rb:680
6807
6862
  msgid ""
6808
6863
  "Cannot remove '%{view}' from environment '%{env}' due to associated %{dependen"
6809
6864
  "t}: %{names}."
6810
6865
  msgstr ""
6811
6866
 
6812
- #: ../app/models/katello/content_view.rb:690
6867
+ #: ../app/models/katello/content_view.rb:692
6813
6868
  msgid "environments"
6814
6869
  msgstr ""
6815
6870
 
6816
- #: ../app/models/katello/content_view.rb:697
6871
+ #: ../app/models/katello/content_view.rb:699
6817
6872
  msgid "Cannot delete '%{view}' due to associated %{dependent}: %{names}."
6818
6873
  msgstr ""
6819
6874
 
6820
- #: ../app/models/katello/content_view.rb:707
6875
+ #: ../app/models/katello/content_view.rb:709
6821
6876
  #: ../app/views/dashboard/_content_views_widget.html.erb:2
6822
6877
  #: ../lib/katello/plugin.rb:87
6823
6878
  msgid "Content Views"
6824
6879
  msgstr ""
6825
6880
 
6826
- #: ../app/models/katello/content_view.rb:817
6881
+ #: ../app/models/katello/content_view.rb:876
6827
6882
  msgid "Import-only can not be changed after creation"
6828
6883
  msgstr ""
6829
6884
 
6830
- #: ../app/models/katello/content_view.rb:840
6885
+ #: ../app/models/katello/content_view.rb:899
6831
6886
  msgid "cannot be deleted if it has been promoted."
6832
6887
  msgstr ""
6833
6888
 
@@ -6882,7 +6937,7 @@ msgid ""
6882
6937
  msgstr ""
6883
6938
 
6884
6939
  #: ../app/models/katello/content_view_erratum_filter.rb:5
6885
- #: ../app/views/katello/hosts/_errata_counts.html.erb:13
6940
+ #: ../app/views/katello/hosts/_errata_counts.html.erb:17
6886
6941
  msgid "Bug Fix"
6887
6942
  msgstr ""
6888
6943
 
@@ -6892,12 +6947,12 @@ msgstr ""
6892
6947
  #: ../app/views/katello/errata_mailer/host_errata.text.erb:11
6893
6948
  #: ../app/views/katello/errata_mailer/promote_errata.text.erb:14
6894
6949
  #: ../app/views/katello/errata_mailer/sync_errata.text.erb:12
6895
- #: ../app/views/katello/hosts/_errata_counts.html.erb:19
6950
+ #: ../app/views/katello/hosts/_errata_counts.html.erb:23
6896
6951
  #: ../webpack/components/Errata/index.js:67
6897
6952
  #: ../webpack/components/Errata/index.js:125
6898
6953
  #: ../webpack/components/ErratumTypeLabel.js:14
6899
- #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:156
6900
- #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:317
6954
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:160
6955
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:321
6901
6956
  msgid "Enhancement"
6902
6957
  msgstr ""
6903
6958
 
@@ -6907,12 +6962,12 @@ msgstr ""
6907
6962
  #: ../app/views/katello/errata_mailer/host_errata.text.erb:9
6908
6963
  #: ../app/views/katello/errata_mailer/promote_errata.text.erb:12
6909
6964
  #: ../app/views/katello/errata_mailer/sync_errata.text.erb:10
6910
- #: ../app/views/katello/hosts/_errata_counts.html.erb:7
6965
+ #: ../app/views/katello/hosts/_errata_counts.html.erb:11
6911
6966
  #: ../webpack/components/Errata/index.js:31
6912
6967
  #: ../webpack/components/Errata/index.js:114
6913
6968
  #: ../webpack/components/ErratumTypeLabel.js:18
6914
- #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:147
6915
- #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:312
6969
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:151
6970
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:316
6916
6971
  msgid "Security"
6917
6972
  msgstr ""
6918
6973
 
@@ -6924,8 +6979,8 @@ msgid "Packages"
6924
6979
  msgstr ""
6925
6980
 
6926
6981
  #: ../app/models/katello/content_view_filter.rb:12 ../lib/katello/plugin.rb:157
6927
- #: ../webpack/containers/Application/config.js:43
6928
- #: ../webpack/scenes/ContentViews/Details/Filters/CVModuleStreamFilterContent.js:210
6982
+ #: ../webpack/containers/Application/config.js:48
6983
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVModuleStreamFilterContent.js:213
6929
6984
  #: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js:260
6930
6985
  #: ../webpack/scenes/ModuleStreams/Details/ModuleStreamDetails.js:52
6931
6986
  #: ../webpack/scenes/ModuleStreams/ModuleStreamsPage.js:43
@@ -6942,8 +6997,8 @@ msgstr ""
6942
6997
  #: ../lib/katello/plugin.rb:147
6943
6998
  #: ../webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js:120
6944
6999
  #: ../webpack/components/extensions/HostDetails/Tabs/ContentTab/constants.js:7
6945
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:138
6946
- #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:254
7000
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:139
7001
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:257
6947
7002
  #: ../webpack/scenes/ContentViews/Details/Filters/ContentType.js:14
6948
7003
  #: ../webpack/scenes/ContentViews/Details/Filters/ContentType.js:16
6949
7004
  #: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js:218
@@ -7043,20 +7098,20 @@ msgstr ""
7043
7098
  msgid ", must be unique to major and version id version."
7044
7099
  msgstr ""
7045
7100
 
7046
- #: ../app/models/katello/content_view_version.rb:353
7101
+ #: ../app/models/katello/content_view_version.rb:357
7047
7102
  msgid "Auto Publish - Triggered by '%s'"
7048
7103
  msgstr ""
7049
7104
 
7050
- #: ../app/models/katello/content_view_version.rb:380
7105
+ #: ../app/models/katello/content_view_version.rb:384
7051
7106
  msgid "Default content view versions cannot be promoted"
7052
7107
  msgstr ""
7053
7108
 
7054
- #: ../app/models/katello/content_view_version.rb:389
7109
+ #: ../app/models/katello/content_view_version.rb:393
7055
7110
  msgid "Cannot delete version while it is in environments: %s"
7056
7111
  msgstr ""
7057
7112
 
7058
- #: ../app/models/katello/content_view_version.rb:394
7059
- #: ../app/models/katello/content_view_version.rb:402
7113
+ #: ../app/models/katello/content_view_version.rb:398
7114
+ #: ../app/models/katello/content_view_version.rb:406
7060
7115
  msgid "Cannot delete version while it is in use by composite content views: %s"
7061
7116
  msgstr ""
7062
7117
 
@@ -7094,7 +7149,7 @@ msgstr ""
7094
7149
 
7095
7150
  #: ../app/models/katello/errata_status.rb:35
7096
7151
  #: ../webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js:173
7097
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:128
7152
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:129
7098
7153
  msgid "Unknown errata status"
7099
7154
  msgstr ""
7100
7155
 
@@ -7211,7 +7266,7 @@ msgid ""
7211
7266
  msgstr ""
7212
7267
 
7213
7268
  #: ../app/models/katello/kt_environment.rb:267
7214
- #: ../app/views/overrides/activation_keys/_host_environment_select.html.erb:33
7269
+ #: ../app/views/overrides/activation_keys/_host_environment_select.html.erb:32
7215
7270
  msgid "Lifecycle Environment"
7216
7271
  msgstr ""
7217
7272
 
@@ -7438,8 +7493,8 @@ msgstr ""
7438
7493
 
7439
7494
  #: ../app/models/katello/root_repository.rb:243
7440
7495
  msgid ""
7441
- "Ignore %s can not be set in combination with 'Complete Mirroring' mirroring po"
7442
- "licy."
7496
+ "Ignore %s cannot be set in combination with the 'Complete Mirroring' mirroring"
7497
+ " policy."
7443
7498
  msgstr ""
7444
7499
 
7445
7500
  #: ../app/models/katello/root_repository.rb:250
@@ -7810,7 +7865,11 @@ msgstr ""
7810
7865
  msgid "Artifact Id and relative path are needed to create content"
7811
7866
  msgstr ""
7812
7867
 
7813
- #: ../app/services/katello/pulp3/repository.rb:516
7868
+ #: ../app/services/katello/pulp3/repository.rb:42
7869
+ msgid "%s content type is not enabled."
7870
+ msgstr ""
7871
+
7872
+ #: ../app/services/katello/pulp3/repository.rb:533
7814
7873
  msgid "The repository's publication is missing. Please run a 'complete sync' on %s."
7815
7874
  msgstr ""
7816
7875
 
@@ -7873,7 +7932,7 @@ msgstr ""
7873
7932
  #: ../db/seeds.d/109-katello-notification-blueprints.rb:71
7874
7933
  #: ../db/seeds.d/109-katello-notification-blueprints.rb:77
7875
7934
  #: ../db/seeds.d/109-katello-notification-blueprints.rb:83
7876
- #: ../lib/katello/plugin.rb:14 ../webpack/containers/Application/config.js:26
7935
+ #: ../lib/katello/plugin.rb:14 ../webpack/containers/Application/config.js:27
7877
7936
  #: ../webpack/scenes/Subscriptions/Details/SubscriptionDetails.js:69
7878
7937
  #: ../webpack/scenes/Subscriptions/SubscriptionsPage.js:242
7879
7938
  #: ../webpack/scenes/Subscriptions/UpstreamSubscriptions/UpstreamSubscriptionsPage.js:230
@@ -7890,7 +7949,7 @@ msgstr ""
7890
7949
 
7891
7950
  #: ../app/views/dashboard/_content_views_widget.html.erb:15
7892
7951
  #: ../app/views/katello/errata_mailer/promote_errata.text.erb:8
7893
- #: ../app/views/overrides/activation_keys/_host_environment_select.html.erb:45
7952
+ #: ../app/views/overrides/activation_keys/_host_environment_select.html.erb:44
7894
7953
  #: ../db/seeds.d/110-content-view-autopublish.rb:4
7895
7954
  #: ../db/seeds.d/110-content-view-autopublish.rb:16
7896
7955
  msgid "Content View"
@@ -7903,18 +7962,18 @@ msgstr ""
7903
7962
  #: ../app/views/dashboard/_content_views_widget.html.erb:17
7904
7963
  #: ../app/views/dashboard/_sync_widget.html.erb:18
7905
7964
  #: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:241
7906
- #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:129
7907
- #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:177
7908
- #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:183
7909
- #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:235
7965
+ #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:130
7966
+ #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:178
7967
+ #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:185
7968
+ #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:237
7910
7969
  #: ../webpack/components/extensions/about/SystemStatuses.js:24
7911
7970
  #: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:69
7912
7971
  #: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:267
7913
7972
  #: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:270
7914
7973
  #: ../webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js:63
7915
7974
  #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:84
7916
- #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:293
7917
- #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:412
7975
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:297
7976
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:416
7918
7977
  #: ../webpack/scenes/ContentViews/Details/Filters/CVModuleStreamFilterContent.js:67
7919
7978
  #: ../webpack/scenes/ContentViews/Details/Filters/CVPackageGroupFilterContent.js:64
7920
7979
  #: ../webpack/scenes/ContentViews/Details/Histories/ContentViewHistories.js:28
@@ -7936,20 +7995,20 @@ msgstr ""
7936
7995
  #: ../app/views/dashboard/_errata_widget.html.erb:15
7937
7996
  #: ../app/views/katello/subscription_mailer/subscription_expiry.html.erb:20
7938
7997
  #: ../app/views/katello/subscription_mailer/subscription_expiry.text.erb:7
7939
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:72
7940
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:139
7998
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:73
7999
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:140
7941
8000
  #: ../webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesTab.js:54
7942
8001
  #: ../webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js:153
7943
8002
  #: ../webpack/scenes/AlternateContentSources/MainTable/ACSTable.js:236
7944
8003
  #: ../webpack/scenes/Content/Table/ContentTable.js:51
7945
8004
  #: ../webpack/scenes/Content/Table/ContentTable.js:54
7946
- #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:128
8005
+ #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:126
7947
8006
  #: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:64
7948
8007
  #: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:69
7949
8008
  #: ../webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js:58
7950
- #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:244
8009
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:248
7951
8010
  #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:79
7952
- #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:430
8011
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:434
7953
8012
  #: ../webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js:134
7954
8013
  #: ../webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js:334
7955
8014
  #: ../webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js:337
@@ -7986,6 +8045,7 @@ msgstr ""
7986
8045
  #: ../webpack/components/Bookmark/AddBookmarkModal.js:40
7987
8046
  #: ../webpack/components/Content/Details/ContentDetailRepositoryTableSchema.js:13
7988
8047
  #: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:250
8048
+ #: ../webpack/scenes/ActivationKeys/Details/components/EditModal.js:127
7989
8049
  #: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSReview.js:31
7990
8050
  #: ../webpack/scenes/AlternateContentSources/Create/Steps/NameACS.js:25
7991
8051
  #: ../webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js:135
@@ -8001,7 +8061,7 @@ msgstr ""
8001
8061
  #: ../webpack/scenes/Content/ContentConfig.js:158
8002
8062
  #: ../webpack/scenes/Content/ContentConfig.js:173
8003
8063
  #: ../webpack/scenes/ContentViews/Copy/CopyContentViewForm.js:49
8004
- #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:86
8064
+ #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:84
8005
8065
  #: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:65
8006
8066
  #: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:50
8007
8067
  #: ../webpack/scenes/ContentViews/Details/Filters/Add/CVFilterAddModal.js:123
@@ -8117,7 +8177,7 @@ msgstr ""
8117
8177
  #: ../app/views/dashboard/_sync_widget.html.erb:17
8118
8178
  #: ../app/views/katello/sync_management/_products.html.erb:7
8119
8179
  #: ../webpack/components/Content/Details/ContentDetailRepositoryTableSchema.js:31
8120
- #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:233
8180
+ #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:235
8121
8181
  #: ../webpack/scenes/Content/ContentConfig.js:50
8122
8182
  #: ../webpack/scenes/Content/ContentConfig.js:111
8123
8183
  #: ../webpack/scenes/Content/ContentConfig.js:178
@@ -8160,8 +8220,8 @@ msgid "Errata ID"
8160
8220
  msgstr ""
8161
8221
 
8162
8222
  #: ../app/views/katello/errata_mailer/_erratum.html.erb:12
8163
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:73
8164
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:140
8223
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:74
8224
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:141
8165
8225
  #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:82
8166
8226
  msgid "Severity"
8167
8227
  msgstr ""
@@ -8189,8 +8249,8 @@ msgstr ""
8189
8249
  #: ../webpack/components/Errata/index.js:49
8190
8250
  #: ../webpack/components/Errata/index.js:120
8191
8251
  #: ../webpack/components/ErratumTypeLabel.js:10
8192
- #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:165
8193
- #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:322
8252
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:169
8253
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:326
8194
8254
  msgid "Bugfix"
8195
8255
  msgstr ""
8196
8256
 
@@ -8271,7 +8331,6 @@ msgstr ""
8271
8331
  #: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVEnvironmentSelectionForm.js:44
8272
8332
  #: ../webpack/scenes/ContentViews/Details/Versions/Delete/affectedActivationKeys.js:37
8273
8333
  #: ../webpack/scenes/ContentViews/Details/Versions/Delete/affectedHosts.js:32
8274
- #: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js:206
8275
8334
  #: ../webpack/scenes/SmartProxy/SmartProxyContentTable.js:28
8276
8335
  msgid "Environment"
8277
8336
  msgstr ""
@@ -8301,18 +8360,18 @@ msgid "Sync Summary"
8301
8360
  msgstr ""
8302
8361
 
8303
8362
  #: ../app/views/katello/errata_mailer/sync_errata.text.erb:8
8304
- #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:232
8363
+ #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:234
8305
8364
  #: ../webpack/scenes/ContentViews/Details/Filters/CVPackageGroupFilterContent.js:62
8306
8365
  #: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js:183
8307
8366
  #: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js:177
8308
8367
  msgid "Repository"
8309
8368
  msgstr ""
8310
8369
 
8311
- #: ../app/views/katello/hosts/_errata_counts.html.erb:30
8370
+ #: ../app/views/katello/hosts/_errata_counts.html.erb:39
8312
8371
  msgid "RPM package updates"
8313
8372
  msgstr ""
8314
8373
 
8315
- #: ../app/views/katello/hosts/_errata_counts.html.erb:42
8374
+ #: ../app/views/katello/hosts/_errata_counts.html.erb:55
8316
8375
  msgid "DEB package updates"
8317
8376
  msgstr ""
8318
8377
 
@@ -8467,22 +8526,24 @@ msgstr ""
8467
8526
  #: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:164
8468
8527
  #: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:191
8469
8528
  #: ../webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.js:94
8470
- #: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditCredentials.js:327
8529
+ #: ../webpack/scenes/ActivationKeys/Details/components/DeleteModal.js:42
8530
+ #: ../webpack/scenes/ActivationKeys/Details/components/EditModal.js:121
8531
+ #: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditCredentials.js:332
8471
8532
  #: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditDetails.js:84
8472
- #: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditProducts.js:101
8473
- #: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditSmartProxies.js:131
8533
+ #: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditProducts.js:106
8534
+ #: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditSmartProxies.js:136
8474
8535
  #: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditURLPaths.js:116
8475
8536
  #: ../webpack/scenes/ContentViews/Copy/CopyContentViewForm.js:71
8476
- #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:205
8537
+ #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:192
8477
8538
  #: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js:145
8478
8539
  #: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js:119
8479
8540
  #: ../webpack/scenes/ContentViews/Details/Filters/Add/CVFilterAddModal.js:201
8480
- #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:303
8541
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:307
8481
8542
  #: ../webpack/scenes/ContentViews/Details/Filters/Rules/ContainerTag/AddEditContainerTagRuleModal.js:88
8482
8543
  #: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:109
8483
8544
  #: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:228
8484
8545
  #: ../webpack/scenes/ContentViews/Details/Promote/ContentViewVersionPromote.js:173
8485
- #: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:198
8546
+ #: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:203
8486
8547
  #: ../webpack/scenes/Subscriptions/UpstreamSubscriptions/UpstreamSubscriptionsPage.js:148
8487
8548
  #: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/components/Dialogs/DeleteDialog.js:30
8488
8549
  #: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/components/Dialogs/UnsavedChangesDialog.js:15
@@ -8514,13 +8575,13 @@ msgstr ""
8514
8575
  msgid "Installed Packages"
8515
8576
  msgstr ""
8516
8577
 
8517
- #: ../app/views/overrides/activation_keys/_host_environment_select.html.erb:12
8578
+ #: ../app/views/overrides/activation_keys/_host_environment_select.html.erb:11
8518
8579
  #: ../webpack/components/extensions/HostDetails/ActionsBar/index.js:30
8519
- #: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceTemplate.js:64
8580
+ #: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceTemplate.js:99
8520
8581
  msgid "Change content source"
8521
8582
  msgstr ""
8522
8583
 
8523
- #: ../app/views/overrides/activation_keys/_host_environment_select.html.erb:20
8584
+ #: ../app/views/overrides/activation_keys/_host_environment_select.html.erb:19
8524
8585
  msgid "Content Source"
8525
8586
  msgstr ""
8526
8587
 
@@ -8608,6 +8669,7 @@ msgstr ""
8608
8669
  #: ../app/views/overrides/taxonomies/_action_buttons.html.erb:12
8609
8670
  #: ../webpack/components/EditableTextInput/PencilEditButton.js:14
8610
8671
  #: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js:93
8672
+ #: ../webpack/scenes/ActivationKeys/Details/components/EditModal.js:107
8611
8673
  #: ../webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js:120
8612
8674
  #: ../webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js:200
8613
8675
  #: ../webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js:271
@@ -8827,8 +8889,8 @@ msgstr ""
8827
8889
  msgid "Products"
8828
8890
  msgstr ""
8829
8891
 
8830
- #: ../lib/katello/plugin.rb:53 ../webpack/containers/Application/config.js:76
8831
- #: ../webpack/containers/Application/config.js:80
8892
+ #: ../lib/katello/plugin.rb:53 ../webpack/containers/Application/config.js:81
8893
+ #: ../webpack/containers/Application/config.js:85
8832
8894
  #: ../webpack/scenes/AlternateContentSources/ACSIndexPage.js:15
8833
8895
  msgid "Alternate Content Sources"
8834
8896
  msgstr ""
@@ -8870,15 +8932,16 @@ msgstr ""
8870
8932
 
8871
8933
  #: ../lib/katello/plugin.rb:282
8872
8934
  #: ../webpack/components/extensions/RegistrationCommands/fields/LifecycleEnvironment.js:17
8935
+ #: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js:210
8873
8936
  msgid "Lifecycle environment"
8874
8937
  msgstr ""
8875
8938
 
8876
8939
  #: ../lib/katello/plugin.rb:285
8877
8940
  #: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ContentViewDetailsCard.js:106
8878
- #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:137
8941
+ #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:135
8879
8942
  #: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:74
8880
8943
  #: ../webpack/scenes/ContentViews/components/ContentViewIcon.js:19
8881
- #: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js:216
8944
+ #: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js:220
8882
8945
  #: ../webpack/scenes/SmartProxy/SmartProxyContentTable.js:32
8883
8946
  msgid "Content view"
8884
8947
  msgstr ""
@@ -9357,7 +9420,9 @@ msgid "Orphaned Content Protection Time"
9357
9420
  msgstr ""
9358
9421
 
9359
9422
  #: ../lib/katello/plugin.rb:673
9360
- msgid "Time in minutes to consider orphan content as orphaned."
9423
+ msgid ""
9424
+ "Time in minutes before content that is not contained within a repository and h"
9425
+ "as not been accessed is considered orphaned."
9361
9426
  msgstr ""
9362
9427
 
9363
9428
  #: ../lib/katello/plugin.rb:678
@@ -9563,12 +9628,12 @@ msgid "Unable to detect puppet path"
9563
9628
  msgstr ""
9564
9629
 
9565
9630
  #: ../webpack/components/AddedStatusLabel.js:12
9566
- #: ../webpack/scenes/ContentViews/ContentViewsConstants.js:75
9631
+ #: ../webpack/scenes/ContentViews/ContentViewsConstants.js:77
9567
9632
  msgid "Added"
9568
9633
  msgstr ""
9569
9634
 
9570
9635
  #: ../webpack/components/AddedStatusLabel.js:16
9571
- #: ../webpack/scenes/ContentViews/ContentViewsConstants.js:76
9636
+ #: ../webpack/scenes/ContentViews/ContentViewsConstants.js:78
9572
9637
  msgid "Not added"
9573
9638
  msgstr ""
9574
9639
 
@@ -9591,6 +9656,7 @@ msgstr ""
9591
9656
  #: ../webpack/components/Bookmark/AddBookmarkModal.js:84
9592
9657
  #: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js:133
9593
9658
  #: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:161
9659
+ #: ../webpack/scenes/ActivationKeys/Details/components/EditModal.js:118
9594
9660
  #: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/components/Dialogs/UpdateDialog.js:39
9595
9661
  msgid "Save"
9596
9662
  msgstr ""
@@ -9621,7 +9687,7 @@ msgstr ""
9621
9687
  #: ../webpack/scenes/RedHatRepositories/RedHatRepositoriesPage.js:83
9622
9688
  #: ../webpack/scenes/RedHatRepositories/RedHatRepositoriesPage.js:108
9623
9689
  #: ../webpack/scenes/Subscriptions/Details/SubscriptionDetails.js:83
9624
- #: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:214
9690
+ #: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:223
9625
9691
  #: ../webpack/scenes/Subscriptions/UpstreamSubscriptions/UpstreamSubscriptionsPage.js:240
9626
9692
  #: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTable.js:185
9627
9693
  msgid "Loading"
@@ -9721,9 +9787,9 @@ msgstr ""
9721
9787
 
9722
9788
  #: ../webpack/components/Table/TableWrapper.js:338
9723
9789
  #: ../webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js:30
9724
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:101
9790
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:102
9725
9791
  #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js:112
9726
- #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:173
9792
+ #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:174
9727
9793
  #: ../webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesTab.js:50
9728
9794
  #: ../webpack/scenes/AlternateContentSources/MainTable/ACSTable.js:299
9729
9795
  #: ../webpack/scenes/Content/Details/ContentRepositories.js:30
@@ -9737,7 +9803,7 @@ msgstr ""
9737
9803
  #: ../webpack/scenes/ContentViews/Details/Filters/FilterRuleConstants.js:6
9738
9804
  #: ../webpack/scenes/ContentViews/Details/Histories/ContentViewHistories.js:68
9739
9805
  #: ../webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js:283
9740
- #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:233
9806
+ #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:237
9741
9807
  #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:135
9742
9808
  #: ../webpack/scenes/ContentViews/expansions/RelatedContentViewComponentsModal.js:77
9743
9809
  msgid "Try changing your search settings."
@@ -9759,19 +9825,19 @@ msgstr ""
9759
9825
 
9760
9826
  #:
9761
9827
  #: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js:158
9762
- #: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js:172
9828
+ #: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js:176
9763
9829
  msgid "No content views available for the selected environment"
9764
9830
  msgstr ""
9765
9831
 
9766
9832
  #:
9767
9833
  #: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js:161
9768
- #: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js:175
9834
+ #: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js:179
9769
9835
  msgid "View the Content Views page"
9770
9836
  msgstr ""
9771
9837
 
9772
9838
  #:
9773
9839
  #: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js:162
9774
- #: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js:176
9840
+ #: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js:180
9775
9841
  msgid " to manage and promote content views, or select a different environment."
9776
9842
  msgstr ""
9777
9843
 
@@ -9871,23 +9937,23 @@ msgid "Enable repository sets"
9871
9937
  msgstr ""
9872
9938
 
9873
9939
  #: ../webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js:124
9874
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:444
9940
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:445
9875
9941
  msgid "Applicable"
9876
9942
  msgstr ""
9877
9943
 
9878
9944
  #: ../webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js:126
9879
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:445
9945
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:446
9880
9946
  msgid "Applicable errata apply to at least one package installed on the host."
9881
9947
  msgstr ""
9882
9948
 
9883
9949
  #: ../webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js:131
9884
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:141
9885
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:452
9950
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:142
9951
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:453
9886
9952
  msgid "Installable"
9887
9953
  msgstr ""
9888
9954
 
9889
9955
  #: ../webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js:133
9890
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:453
9956
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:454
9891
9957
  msgid ""
9892
9958
  "Installable errata are applicable errata that are available in the host's cont"
9893
9959
  "ent view and lifecycle environment."
@@ -9930,6 +9996,7 @@ msgstr ""
9930
9996
 
9931
9997
  #:
9932
9998
  #: ../webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsCard.js:155
9999
+ #: ../webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.js:105
9933
10000
  msgid "No description provided"
9934
10001
  msgstr ""
9935
10002
 
@@ -9970,12 +10037,14 @@ msgstr ""
9970
10037
 
9971
10038
  #:
9972
10039
  #: ../webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js:35
10040
+ #: ../webpack/scenes/ActivationKeys/Details/components/EditModal.js:168
10041
+ #: ../webpack/scenes/ActivationKeys/Details/components/EditModal.js:173
9973
10042
  #: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSReview.js:39
9974
10043
  #: ../webpack/scenes/AlternateContentSources/Create/Steps/NameACS.js:42
9975
10044
  #: ../webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js:144
9976
10045
  #: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditDetails.js:59
9977
10046
  #: ../webpack/scenes/Content/ContentConfig.js:159
9978
- #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:117
10047
+ #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:115
9979
10048
  #: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:70
9980
10049
  #: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:81
9981
10050
  #: ../webpack/scenes/ContentViews/Details/Filters/Add/CVFilterAddModal.js:177
@@ -9984,7 +10053,7 @@ msgstr ""
9984
10053
  #: ../webpack/scenes/ContentViews/Details/Histories/ContentViewHistories.js:30
9985
10054
  #: ../webpack/scenes/ContentViews/Details/Promote/ContentViewVersionPromote.js:128
9986
10055
  #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:104
9987
- #: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:75
10056
+ #: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:77
9988
10057
  #: ../webpack/scenes/ModuleStreams/Details/ModuleDetailsSchema.js:11
9989
10058
  #: ../webpack/scenes/Subscriptions/Details/SubscriptionAttributes.js:5
9990
10059
  msgid "Description"
@@ -10007,23 +10076,23 @@ msgstr ""
10007
10076
  #: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:144
10008
10077
  #: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:513
10009
10078
  #: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:615
10010
- #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:413
10011
- #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:555
10079
+ #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:414
10080
+ #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:559
10012
10081
  #: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:205
10013
10082
  #: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:215
10014
10083
  #: ../webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js:198
10015
10084
  #: ../webpack/scenes/ContentViews/Details/Filters/CVContainerImageFilterContent.js:114
10016
- #: ../webpack/scenes/ContentViews/Details/Filters/CVContainerImageFilterContent.js:184
10085
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVContainerImageFilterContent.js:188
10017
10086
  #: ../webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js:116
10018
- #: ../webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js:211
10087
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js:215
10019
10088
  #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:177
10020
- #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:343
10089
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:347
10021
10090
  #: ../webpack/scenes/ContentViews/Details/Filters/CVModuleStreamFilterContent.js:188
10022
- #: ../webpack/scenes/ContentViews/Details/Filters/CVModuleStreamFilterContent.js:277
10091
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVModuleStreamFilterContent.js:281
10023
10092
  #: ../webpack/scenes/ContentViews/Details/Filters/CVPackageGroupFilterContent.js:178
10024
- #: ../webpack/scenes/ContentViews/Details/Filters/CVPackageGroupFilterContent.js:267
10093
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVPackageGroupFilterContent.js:271
10025
10094
  #: ../webpack/scenes/ContentViews/Details/Filters/CVRpmFilterContent.js:117
10026
- #: ../webpack/scenes/ContentViews/Details/Filters/CVRpmFilterContent.js:224
10095
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVRpmFilterContent.js:228
10027
10096
  #: ../webpack/scenes/ContentViews/Details/Filters/ContentViewFilters.js:104
10028
10097
  #: ../webpack/scenes/ContentViews/Details/Filters/ContentViewFilters.js:168
10029
10098
  #: ../webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js:289
@@ -10169,6 +10238,7 @@ msgstr ""
10169
10238
 
10170
10239
  #:
10171
10240
  #: ../webpack/components/extensions/HostDetails/DetailsTabCards/RegistrationCard.js:29
10241
+ #: ../webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.js:59
10172
10242
  #: ../webpack/scenes/ContentViews/Delete/Steps/CVDeleteEnvironmentsSelection.js:30
10173
10243
  #: ../webpack/scenes/ContentViews/Delete/Steps/CVDeletionReview.js:53
10174
10244
  #: ../webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ConfirmBulkDelete.js:106
@@ -10200,7 +10270,7 @@ msgstr ""
10200
10270
 
10201
10271
  #:
10202
10272
  #: ../webpack/components/extensions/HostDetails/DetailsTabCards/RegistrationCard.js:80
10203
- #: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js:40
10273
+ #: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js:42
10204
10274
  msgid "Content source"
10205
10275
  msgstr ""
10206
10276
 
@@ -10256,76 +10326,76 @@ msgstr ""
10256
10326
  msgid "Repository sets"
10257
10327
  msgstr ""
10258
10328
 
10259
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:100
10260
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:122
10329
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:101
10330
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:123
10261
10331
  msgid "No matching errata found"
10262
10332
  msgstr ""
10263
10333
 
10264
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:118
10334
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:119
10265
10335
  msgid "All up to date"
10266
10336
  msgstr ""
10267
10337
 
10268
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:119
10338
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:120
10269
10339
  msgid "No action is needed because there are no applicable errata for this host."
10270
10340
  msgstr ""
10271
10341
 
10272
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:123
10342
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:124
10273
10343
  msgid ""
10274
10344
  "This host has errata that are applicable, but not installable. Adjust your fil"
10275
10345
  "ters and try again."
10276
10346
  msgstr ""
10277
10347
 
10278
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:125
10348
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:126
10279
10349
  msgid "View applicable errata"
10280
10350
  msgstr ""
10281
10351
 
10282
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:136
10352
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:137
10283
10353
  msgid "Problem searching errata"
10284
10354
  msgstr ""
10285
10355
 
10286
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:142
10356
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:143
10287
10357
  #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErratumExpansionDetail.js:23
10288
10358
  #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:83
10289
10359
  msgid "Synopsis"
10290
10360
  msgstr ""
10291
10361
 
10292
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:143
10362
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:144
10293
10363
  msgid "Published date"
10294
10364
  msgstr ""
10295
10365
 
10296
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:231
10366
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:232
10297
10367
  #: ../webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesTab.js:244
10298
10368
  msgid "A remote execution job is in progress"
10299
10369
  msgstr ""
10300
10370
 
10301
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:313
10371
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:314
10302
10372
  msgid "Recalculate"
10303
10373
  msgstr ""
10304
10374
 
10305
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:326
10306
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:536
10375
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:327
10376
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:540
10307
10377
  msgid "Apply via remote execution"
10308
10378
  msgstr ""
10309
10379
 
10310
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:336
10311
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:541
10380
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:337
10381
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:545
10312
10382
  msgid "Apply via customized remote execution"
10313
10383
  msgstr ""
10314
10384
 
10315
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:350
10316
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:549
10385
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:351
10386
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:553
10317
10387
  msgid "Apply via Katello agent"
10318
10388
  msgstr ""
10319
10389
 
10320
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:383
10390
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:384
10321
10391
  msgid "Apply"
10322
10392
  msgstr ""
10323
10393
 
10324
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:556
10394
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:560
10325
10395
  msgid "Apply Erratum"
10326
10396
  msgstr ""
10327
10397
 
10328
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:586
10398
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:590
10329
10399
  #: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSReview.js:53
10330
10400
  #: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSReview.js:69
10331
10401
  #: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js:257
@@ -10334,13 +10404,13 @@ msgstr ""
10334
10404
  msgid "Yes"
10335
10405
  msgstr ""
10336
10406
 
10337
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:590
10407
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:594
10338
10408
  msgid ""
10339
10409
  "This erratum is not installable because it is not in this host's content view "
10340
10410
  "and lifecycle environment."
10341
10411
  msgstr ""
10342
10412
 
10343
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:596
10413
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:600
10344
10414
  #: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSReview.js:53
10345
10415
  #: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSReview.js:69
10346
10416
  #: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js:258
@@ -10440,14 +10510,14 @@ msgstr ""
10440
10510
 
10441
10511
  #:
10442
10512
  #: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:231
10443
- #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:226
10513
+ #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:228
10444
10514
  #: ../webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js:84
10445
10515
  msgid "Enable Red Hat repositories"
10446
10516
  msgstr ""
10447
10517
 
10448
10518
  #:
10449
10519
  #: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:232
10450
- #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:227
10520
+ #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:229
10451
10521
  msgid "Create a custom product"
10452
10522
  msgstr ""
10453
10523
 
@@ -10503,7 +10573,6 @@ msgstr ""
10503
10573
  #:
10504
10574
  #: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:494
10505
10575
  #: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:582
10506
- #: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js:232
10507
10576
  #: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CdnTypeForm.js:51
10508
10577
  #: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CdnTypeForm.js:76
10509
10578
  #: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CustomCdnTypeForm.js:79
@@ -10512,7 +10581,7 @@ msgstr ""
10512
10581
  #: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/ExportSyncForm.js:65
10513
10582
  #: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/NetworkSyncForm.js:144
10514
10583
  #: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/NetworkSyncForm.js:253
10515
- #: action_names.rb:80
10584
+ #: action_names.rb:82
10516
10585
  msgid "Update"
10517
10586
  msgstr ""
10518
10587
 
@@ -10557,7 +10626,7 @@ msgstr ""
10557
10626
 
10558
10627
  #:
10559
10628
  #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js:111
10560
- #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:172
10629
+ #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:173
10561
10630
  msgid "No matching packages found"
10562
10631
  msgstr ""
10563
10632
 
@@ -10591,8 +10660,8 @@ msgstr ""
10591
10660
  #: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js:158
10592
10661
  #: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js:279
10593
10662
  #: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js:303
10594
- #: ../webpack/scenes/ContentViews/Publish/CVPublishReview.js:61
10595
- #: ../webpack/scenes/ContentViews/Publish/CVPublishReview.js:72
10663
+ #: ../webpack/scenes/ContentViews/Publish/CVPublishReview.js:73
10664
+ #: ../webpack/scenes/ContentViews/Publish/CVPublishReview.js:84
10596
10665
  #: ../webpack/scenes/ModuleStreams/Details/ModuleDetailsSchema.js:13
10597
10666
  #: ../webpack/scenes/ModuleStreams/ModuleStreamsTableSchema.js:41
10598
10667
  msgid "Version"
@@ -10600,7 +10669,7 @@ msgstr ""
10600
10669
 
10601
10670
  #:
10602
10671
  #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js:190
10603
- #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:423
10672
+ #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:424
10604
10673
  msgid "Install packages"
10605
10674
  msgstr ""
10606
10675
 
@@ -10615,49 +10684,49 @@ msgid "Search available packages"
10615
10684
  msgstr ""
10616
10685
 
10617
10686
  #:
10618
- #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:170
10687
+ #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:171
10619
10688
  msgid "This host does not have any packages."
10620
10689
  msgstr ""
10621
10690
 
10622
10691
  #:
10623
- #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:171
10692
+ #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:172
10624
10693
  msgid "Packages will appear here when available."
10625
10694
  msgstr ""
10626
10695
 
10627
10696
  #:
10628
- #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:174
10697
+ #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:175
10629
10698
  msgid "Problem searching packages"
10630
10699
  msgstr ""
10631
10700
 
10632
10701
  #:
10633
- #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:178
10702
+ #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:179
10634
10703
  msgid "Installed version"
10635
10704
  msgstr ""
10636
10705
 
10637
10706
  #:
10638
- #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:179
10707
+ #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:180
10639
10708
  msgid "Upgradable to"
10640
10709
  msgstr ""
10641
10710
 
10642
10711
  #:
10643
- #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:286
10712
+ #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:287
10644
10713
  msgid "A remote execution job is in progress."
10645
10714
  msgstr ""
10646
10715
 
10647
10716
  #:
10648
- #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:391
10649
- #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:564
10717
+ #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:392
10718
+ #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:568
10650
10719
  msgid "Upgrade via remote execution"
10651
10720
  msgstr ""
10652
10721
 
10653
10722
  #:
10654
- #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:400
10655
- #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:569
10723
+ #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:401
10724
+ #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:573
10656
10725
  msgid "Upgrade via customized remote execution"
10657
10726
  msgstr ""
10658
10727
 
10659
10728
  #:
10660
- #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:447
10729
+ #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:448
10661
10730
  msgid "Upgrade"
10662
10731
  msgstr ""
10663
10732
 
@@ -10694,7 +10763,7 @@ msgstr ""
10694
10763
  #:
10695
10764
  #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsConstants.js:7
10696
10765
  #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsConstants.js:19
10697
- #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:98
10766
+ #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:100
10698
10767
  #: ../webpack/scenes/RedHatRepositories/components/Search.js:22
10699
10768
  #: ../webpack/scenes/Subscriptions/Details/SubscriptionDetailProduct.js:26
10700
10769
  msgid "Enabled"
@@ -10703,21 +10772,21 @@ msgstr ""
10703
10772
  #:
10704
10773
  #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsConstants.js:8
10705
10774
  #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsConstants.js:20
10706
- #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:98
10775
+ #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:100
10707
10776
  msgid "Disabled"
10708
10777
  msgstr ""
10709
10778
 
10710
10779
  #:
10711
10780
  #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsConstants.js:9
10712
10781
  #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsConstants.js:21
10713
- #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:105
10782
+ #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:107
10714
10783
  msgid "Overridden"
10715
10784
  msgstr ""
10716
10785
 
10717
10786
  #:
10718
10787
  #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsConstants.js:25
10719
10788
  #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsConstants.js:35
10720
- #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:652
10789
+ #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:653
10721
10790
  #: ../webpack/scenes/AlternateContentSources/Create/Steps/SelectSource.js:64
10722
10791
  msgid "Custom"
10723
10792
  msgstr ""
@@ -10725,99 +10794,99 @@ msgstr ""
10725
10794
  #:
10726
10795
  #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsConstants.js:26
10727
10796
  #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsConstants.js:36
10728
- #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:652
10797
+ #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:653
10729
10798
  msgid "Red Hat"
10730
10799
  msgstr ""
10731
10800
 
10732
10801
  #:
10733
- #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:124
10802
+ #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:126
10734
10803
  msgid ""
10735
10804
  "Architecture restricted to {archRestricted}. If host architecture does not mat"
10736
10805
  "ch, the repository will not be available on this host."
10737
10806
  msgstr ""
10738
10807
 
10739
10808
  #:
10740
- #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:147
10809
+ #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:149
10741
10810
  msgid ""
10742
10811
  "OS restricted to {osRestricted}. If host OS does not match, the repository wil"
10743
10812
  "l not be available on this host."
10744
10813
  msgstr ""
10745
10814
 
10746
10815
  #:
10747
- #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:184
10748
- #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:236
10816
+ #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:186
10817
+ #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:238
10749
10818
  msgid "Repository type"
10750
10819
  msgstr ""
10751
10820
 
10752
10821
  #:
10753
- #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:220
10822
+ #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:222
10754
10823
  msgid "No repository sets to show."
10755
10824
  msgstr ""
10756
10825
 
10757
10826
  #:
10758
- #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:222
10827
+ #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:224
10759
10828
  msgid ""
10760
10829
  "Repository sets will appear here after enabling Red Hat repositories or creati"
10761
10830
  "ng custom products."
10762
10831
  msgstr ""
10763
10832
 
10764
10833
  #:
10765
- #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:223
10834
+ #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:225
10766
10835
  msgid ""
10767
10836
  "Repository sets will appear here when the host's content view and environment "
10768
10837
  "has available content."
10769
10838
  msgstr ""
10770
10839
 
10771
10840
  #:
10772
- #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:224
10841
+ #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:226
10773
10842
  msgid "No matching repository sets found"
10774
10843
  msgstr ""
10775
10844
 
10776
10845
  #:
10777
- #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:225
10846
+ #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:227
10778
10847
  msgid "Try changing your search query."
10779
10848
  msgstr ""
10780
10849
 
10781
10850
  #:
10782
- #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:230
10851
+ #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:232
10783
10852
  msgid "Problem searching repository sets"
10784
10853
  msgstr ""
10785
10854
 
10786
10855
  #:
10787
- #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:234
10856
+ #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:236
10788
10857
  msgid "Repository path"
10789
10858
  msgstr ""
10790
10859
 
10791
10860
  #:
10792
- #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:411
10793
- #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:671
10861
+ #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:413
10862
+ #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:672
10794
10863
  msgid "Override to enabled"
10795
10864
  msgstr ""
10796
10865
 
10797
10866
  #:
10798
- #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:421
10799
- #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:666
10867
+ #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:423
10868
+ #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:667
10800
10869
  msgid "Override to disabled"
10801
10870
  msgstr ""
10802
10871
 
10803
10872
  #:
10804
- #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:431
10805
- #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:676
10873
+ #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:433
10874
+ #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:677
10806
10875
  msgid "Reset to default"
10807
10876
  msgstr ""
10808
10877
 
10809
10878
  #:
10810
- #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:441
10879
+ #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:443
10811
10880
  msgid "Show all"
10812
10881
  msgstr ""
10813
10882
 
10814
10883
  #:
10815
- #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:448
10884
+ #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:450
10816
10885
  msgid "Limit to environment"
10817
10886
  msgstr ""
10818
10887
 
10819
10888
  #:
10820
- #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:525
10889
+ #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:527
10821
10890
  msgid ""
10822
10891
  "Below are the repository sets currently available for this content host. For R"
10823
10892
  "ed Hat subscriptions, additional content can be made available through the {rh"
@@ -10826,12 +10895,12 @@ msgid ""
10826
10895
  msgstr ""
10827
10896
 
10828
10897
  #:
10829
- #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:527
10898
+ #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:529
10830
10899
  msgid "Red Hat Repositories page"
10831
10900
  msgstr ""
10832
10901
 
10833
10902
  #:
10834
- #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:581
10903
+ #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:583
10835
10904
  msgid "Show all repository sets"
10836
10905
  msgstr ""
10837
10906
 
@@ -10950,6 +11019,11 @@ msgstr ""
10950
11019
  msgid "Traces that require logout cannot be restarted remotely"
10951
11020
  msgstr ""
10952
11021
 
11022
+ #:
11023
+ #: ../webpack/components/extensions/HostDetails/common/KatelloAgentDeprecationAlert.js:17
11024
+ msgid "Katello-agent is deprecated and will be removed in Katello 4.10."
11025
+ msgstr ""
11026
+
10953
11027
  #:
10954
11028
  #: ../webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js:50
10955
11029
  msgid "Create new activation key"
@@ -11019,6 +11093,8 @@ msgstr ""
11019
11093
 
11020
11094
  #:
11021
11095
  #: ../webpack/components/pf3Table/formatters/EntitlementsInlineEditFormatter.js:50
11096
+ #: ../webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.js:78
11097
+ #: ../webpack/scenes/ActivationKeys/Details/components/EditModal.js:160
11022
11098
  #: ../webpack/scenes/Subscriptions/UpstreamSubscriptions/UpstreamSubscriptionsTableSchema.js:69
11023
11099
  #: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableHelpers.js:117
11024
11100
  msgid "Unlimited"
@@ -11037,26 +11113,30 @@ msgstr ""
11037
11113
  msgid "Nothing selected"
11038
11114
  msgstr ""
11039
11115
 
11040
- #: ../webpack/containers/Application/config.js:22
11116
+ #: ../webpack/containers/Application/config.js:23
11041
11117
  msgid "RH Repos"
11042
11118
  msgstr ""
11043
11119
 
11044
- #: ../webpack/containers/Application/config.js:30
11120
+ #: ../webpack/containers/Application/config.js:31
11045
11121
  #: ../webpack/scenes/Subscriptions/UpstreamSubscriptions/UpstreamSubscriptionsPage.js:234
11046
11122
  #: ../webpack/scenes/Subscriptions/components/SubscriptionsToolbar/SubscriptionsToolbar.js:59
11047
11123
  msgid "Add Subscriptions"
11048
11124
  msgstr ""
11049
11125
 
11050
11126
  #: ../webpack/containers/Application/config.js:35
11127
+ msgid "Activation key details"
11128
+ msgstr ""
11129
+
11130
+ #: ../webpack/containers/Application/config.js:40
11051
11131
  #: ../webpack/scenes/Subscriptions/Details/SubscriptionDetails.js:74
11052
11132
  msgid "Subscription Details"
11053
11133
  msgstr ""
11054
11134
 
11055
- #: ../webpack/containers/Application/config.js:47
11135
+ #: ../webpack/containers/Application/config.js:52
11056
11136
  msgid "Module Stream Details"
11057
11137
  msgstr ""
11058
11138
 
11059
- #: ../webpack/containers/Application/config.js:51
11139
+ #: ../webpack/containers/Application/config.js:56
11060
11140
  #: ../webpack/scenes/ContentViews/ContentViewsPage.js:12
11061
11141
  #: ../webpack/scenes/ContentViews/Details/ContentViewDetails.js:121
11062
11142
  #: ../webpack/scenes/ContentViews/components/CVBreadCrumb.js:37
@@ -11064,21 +11144,55 @@ msgstr ""
11064
11144
  msgid "Content views"
11065
11145
  msgstr ""
11066
11146
 
11067
- #: ../webpack/containers/Application/config.js:55
11147
+ #: ../webpack/containers/Application/config.js:60
11068
11148
  msgid "Content View Details"
11069
11149
  msgstr ""
11070
11150
 
11071
- #: ../webpack/containers/Application/config.js:68
11151
+ #: ../webpack/containers/Application/config.js:73
11072
11152
  msgid "Content Details"
11073
11153
  msgstr ""
11074
11154
 
11075
- #: ../webpack/containers/Application/config.js:72
11076
- #: ../webpack/scenes/Hosts/ChangeContentSource/index.js:85
11077
- #: ../webpack/scenes/Hosts/ChangeContentSource/index.js:111
11078
- #: ../webpack/scenes/Hosts/ChangeContentSource/index.js:129
11155
+ #: ../webpack/containers/Application/config.js:77
11156
+ #: ../webpack/scenes/Hosts/ChangeContentSource/index.js:101
11157
+ #: ../webpack/scenes/Hosts/ChangeContentSource/index.js:131
11158
+ #: ../webpack/scenes/Hosts/ChangeContentSource/index.js:150
11079
11159
  msgid "Change host content source"
11080
11160
  msgstr ""
11081
11161
 
11162
+ #: ../webpack/scenes/ActivationKeys/Details/ActivationKeyActions.js:17
11163
+ msgid "Activation key details updated"
11164
+ msgstr ""
11165
+
11166
+ #: ../webpack/scenes/ActivationKeys/Details/ActivationKeyActions.js:27
11167
+ msgid "Activation key deleted"
11168
+ msgstr ""
11169
+
11170
+ #: ../webpack/scenes/ActivationKeys/Details/components/DeleteMenu.js:50
11171
+ msgid "Legacy UI"
11172
+ msgstr ""
11173
+
11174
+ #: ../webpack/scenes/ActivationKeys/Details/components/DeleteModal.js:31
11175
+ msgid "Delete activation key?"
11176
+ msgstr ""
11177
+
11178
+ #: ../webpack/scenes/ActivationKeys/Details/components/DeleteModal.js:46
11179
+ msgid ""
11180
+ "Activation Key will no longer be available for use. This operation cannot be u"
11181
+ "ndone."
11182
+ msgstr ""
11183
+
11184
+ #: ../webpack/scenes/ActivationKeys/Details/components/EditModal.js:112
11185
+ msgid "Edit activation key"
11186
+ msgstr ""
11187
+
11188
+ #: ../webpack/scenes/ActivationKeys/Details/components/EditModal.js:113
11189
+ msgid "Select attributes for ${akDetails.name}"
11190
+ msgstr ""
11191
+
11192
+ #: ../webpack/scenes/ActivationKeys/Details/components/EditModal.js:138
11193
+ msgid "Host Limit"
11194
+ msgstr ""
11195
+
11082
11196
  #: ../webpack/scenes/AlternateContentSources/ACSActions.js:19
11083
11197
  msgid "Alternate content source ${name} created"
11084
11198
  msgstr ""
@@ -11152,8 +11266,8 @@ msgstr ""
11152
11266
  #: ../webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ConfirmBulkDelete.js:41
11153
11267
  #: ../webpack/scenes/ContentViews/Details/Versions/BulkDelete/bulkDeleteSteps.js:59
11154
11268
  #: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js:24
11155
- #: ../webpack/scenes/ContentViews/Publish/CVPublishReview.js:41
11156
- #: ../webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js:50
11269
+ #: ../webpack/scenes/ContentViews/Publish/CVPublishReview.js:53
11270
+ #: ../webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js:52
11157
11271
  msgid "Review details"
11158
11272
  msgstr ""
11159
11273
 
@@ -11467,7 +11581,7 @@ msgstr ""
11467
11581
 
11468
11582
  #: ../webpack/scenes/AlternateContentSources/MainTable/ACSTable.js:273
11469
11583
  #: ../webpack/scenes/AlternateContentSources/MainTable/ACSTable.js:361
11470
- #: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:175
11584
+ #: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:180
11471
11585
  msgid "Refresh"
11472
11586
  msgstr ""
11473
11587
 
@@ -11527,7 +11641,7 @@ msgstr ""
11527
11641
  #: ../webpack/scenes/Content/ContentConfig.js:101
11528
11642
  #: ../webpack/scenes/Content/ContentConfig.js:168
11529
11643
  #: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:68
11530
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetails.js:125
11644
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetails.js:126
11531
11645
  #: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompare.js:55
11532
11646
  #: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js:87
11533
11647
  #: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js:101
@@ -11578,7 +11692,7 @@ msgid "Checksum"
11578
11692
  msgstr ""
11579
11693
 
11580
11694
  #: ../webpack/scenes/Content/ContentConfig.js:163
11581
- #: ../webpack/scenes/ContentViews/Details/Filters/CVContainerImageFilterContent.js:138
11695
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVContainerImageFilterContent.js:141
11582
11696
  msgid "Tags"
11583
11697
  msgstr ""
11584
11698
 
@@ -11617,23 +11731,23 @@ msgstr ""
11617
11731
  msgid "Content view ${name} created"
11618
11732
  msgstr ""
11619
11733
 
11620
- #: ../webpack/scenes/ContentViews/ContentViewsConstants.js:63
11734
+ #: ../webpack/scenes/ContentViews/ContentViewsConstants.js:65
11621
11735
  msgid "Removed component from content view"
11622
11736
  msgstr ""
11623
11737
 
11624
- #: ../webpack/scenes/ContentViews/ContentViewsConstants.js:63
11738
+ #: ../webpack/scenes/ContentViews/ContentViewsConstants.js:65
11625
11739
  msgid "Removed components from content view"
11626
11740
  msgstr ""
11627
11741
 
11628
- #: ../webpack/scenes/ContentViews/ContentViewsConstants.js:64
11742
+ #: ../webpack/scenes/ContentViews/ContentViewsConstants.js:66
11629
11743
  msgid "Updated component details"
11630
11744
  msgstr ""
11631
11745
 
11632
- #: ../webpack/scenes/ContentViews/ContentViewsConstants.js:64
11746
+ #: ../webpack/scenes/ContentViews/ContentViewsConstants.js:66
11633
11747
  msgid "Added component to content view"
11634
11748
  msgstr ""
11635
11749
 
11636
- #: ../webpack/scenes/ContentViews/ContentViewsConstants.js:77
11750
+ #: ../webpack/scenes/ContentViews/ContentViewsConstants.js:79
11637
11751
  msgid "All"
11638
11752
  msgstr ""
11639
11753
 
@@ -11672,20 +11786,20 @@ msgstr ""
11672
11786
  msgid "Generated"
11673
11787
  msgstr ""
11674
11788
 
11675
- #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:99
11789
+ #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:97
11676
11790
  #: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:59
11677
11791
  msgid "Label"
11678
11792
  msgstr ""
11679
11793
 
11680
- #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:141
11794
+ #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:139
11681
11795
  msgid "Single content view consisting of e.g. repositories"
11682
11796
  msgstr ""
11683
11797
 
11684
- #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:155
11798
+ #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:153
11685
11799
  msgid "Consisting of multiple content views"
11686
11800
  msgstr ""
11687
11801
 
11688
- #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:202
11802
+ #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:189
11689
11803
  #: ../webpack/scenes/ContentViews/Create/CreateContentViewModal.js:10
11690
11804
  #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:172
11691
11805
  #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:178
@@ -11722,7 +11836,7 @@ msgstr ""
11722
11836
  #: ../webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ConfirmBulkDelete.js:88
11723
11837
  #: ../webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ReviewEnvironments.js:36
11724
11838
  #: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVEnvironmentSelectionForm.js:45
11725
- #: ../webpack/scenes/Hosts/ChangeContentSource/index.js:84
11839
+ #: ../webpack/scenes/Hosts/ChangeContentSource/index.js:100
11726
11840
  msgid "Hosts"
11727
11841
  msgstr ""
11728
11842
 
@@ -11779,7 +11893,7 @@ msgstr ""
11779
11893
  #: ../webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ConfirmBulkDelete.js:58
11780
11894
  #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:100
11781
11895
  #: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js:43
11782
- #: ../webpack/scenes/ContentViews/Publish/CVPublishReview.js:62
11896
+ #: ../webpack/scenes/ContentViews/Publish/CVPublishReview.js:74
11783
11897
  msgid "Environments"
11784
11898
  msgstr ""
11785
11899
 
@@ -11887,8 +12001,8 @@ msgstr ""
11887
12001
  #: ../webpack/scenes/ContentViews/Details/Filters/ContentViewFilterDetailsHeader.js:113
11888
12002
  #: ../webpack/scenes/ContentViews/Details/Filters/ContentViewFilters.js:65
11889
12003
  #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:144
11890
- #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:171
11891
- #: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsHeader.js:122
12004
+ #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:175
12005
+ #: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsHeader.js:147
11892
12006
  #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:302
11893
12007
  #: ../webpack/scenes/ContentViews/Table/tableDataGenerator.js:106
11894
12008
  msgid "No description"
@@ -11911,300 +12025,300 @@ msgstr ""
11911
12025
  msgid "No matching content views found"
11912
12026
  msgstr ""
11913
12027
 
11914
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:79
12028
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:80
11915
12029
  msgid ""
11916
12030
  "Something went wrong while fetching ${lowerCase(pluralLabel)}! ${getResponseEr"
11917
12031
  "rorMsgs(error.response)}"
11918
12032
  msgstr ""
11919
12033
 
11920
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:87
12034
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:88
11921
12035
  msgid ""
11922
12036
  "Something went wrong while fetching rpm packages! ${getResponseErrorMsgs(error"
11923
12037
  ".response)}"
11924
12038
  msgstr ""
11925
12039
 
11926
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:98
12040
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:99
11927
12041
  msgid ""
11928
12042
  "Something went wrong while retrieving the packages! ${getResponseErrorMsgs(err"
11929
12043
  "or.response)}"
11930
12044
  msgstr ""
11931
12045
 
11932
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:111
12046
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:112
11933
12047
  msgid ""
11934
12048
  "Something went wrong while retrieving the repositories! ${getResponseErrorMsgs"
11935
12049
  "(error.response)}"
11936
12050
  msgstr ""
11937
12051
 
11938
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:124
12052
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:125
11939
12053
  msgid ""
11940
12054
  "Something went wrong while retrieving the package groups! ${getResponseErrorMs"
11941
12055
  "gs(error.response)}"
11942
12056
  msgstr ""
11943
12057
 
11944
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:137
12058
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:138
11945
12059
  msgid ""
11946
12060
  "Something went wrong while retrieving the errata! ${getResponseErrorMsgs(error"
11947
12061
  ".response)}"
11948
12062
  msgstr ""
11949
12063
 
11950
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:150
12064
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:151
11951
12065
  msgid ""
11952
12066
  "Something went wrong while retrieving the module streams! ${getResponseErrorMs"
11953
12067
  "gs(error.response)}"
11954
12068
  msgstr ""
11955
12069
 
11956
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:163
12070
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:164
11957
12071
  msgid ""
11958
12072
  "Something went wrong while retrieving the deb packages! ${getResponseErrorMsgs"
11959
12073
  "(error.response)}"
11960
12074
  msgstr ""
11961
12075
 
11962
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:176
12076
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:177
11963
12077
  msgid ""
11964
12078
  "Something went wrong while retrieving the container tags! ${getResponseErrorMs"
11965
12079
  "gs(error.response)}"
11966
12080
  msgstr ""
11967
12081
 
11968
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:189
12082
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:190
11969
12083
  msgid ""
11970
12084
  "Something went wrong while retrieving the files! ${getResponseErrorMsgs(error."
11971
12085
  "response)}"
11972
12086
  msgstr ""
11973
12087
 
11974
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:203
12088
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:204
11975
12089
  msgid ""
11976
12090
  "Something went wrong while retrieving the content! ${getResponseErrorMsgs(erro"
11977
12091
  "r.response)}"
11978
12092
  msgstr ""
11979
12093
 
11980
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:213
12094
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:214
11981
12095
  msgid ""
11982
12096
  "Something went wrong while fetching files! ${getResponseErrorMsgs(error.respon"
11983
12097
  "se)}"
11984
12098
  msgstr ""
11985
12099
 
11986
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:222
12100
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:223
11987
12101
  msgid " Content view updated"
11988
12102
  msgstr ""
11989
12103
 
11990
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:239
12104
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:240
11991
12105
  msgid ""
11992
12106
  "Something went wrong while adding component! ${getResponseErrorMsgs(error.resp"
11993
12107
  "onse)}"
11994
12108
  msgstr ""
11995
12109
 
11996
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:249
12110
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:250
11997
12111
  msgid ""
11998
12112
  "Something went wrong while removing component! ${getResponseErrorMsgs(error.re"
11999
12113
  "sponse)}"
12000
12114
  msgstr ""
12001
12115
 
12002
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:258
12116
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:259
12003
12117
  msgid "Filter created"
12004
12118
  msgstr ""
12005
12119
 
12006
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:259
12120
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:260
12007
12121
  msgid ""
12008
12122
  "Something went wrong while creating the filter! ${getResponseErrorMsgs(error.r"
12009
12123
  "esponse)}"
12010
12124
  msgstr ""
12011
12125
 
12012
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:267
12126
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:268
12013
12127
  msgid ""
12014
12128
  "Something went wrong while getting container tags! ${getResponseErrorMsgs(erro"
12015
12129
  "r.response)}"
12016
12130
  msgstr ""
12017
12131
 
12018
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:275
12132
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:276
12019
12133
  msgid ""
12020
12134
  "Something went wrong while getting errata! ${getResponseErrorMsgs(error.respon"
12021
12135
  "se)}"
12022
12136
  msgstr ""
12023
12137
 
12024
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:283
12138
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:284
12025
12139
  msgid ""
12026
12140
  "Something went wrong while getting deb packages! ${getResponseErrorMsgs(error."
12027
12141
  "response)}"
12028
12142
  msgstr ""
12029
12143
 
12030
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:291
12144
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:292
12031
12145
  msgid ""
12032
12146
  "Something went wrong while getting module streams! ${getResponseErrorMsgs(erro"
12033
12147
  "r.response)}"
12034
12148
  msgstr ""
12035
12149
 
12036
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:299
12150
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:300
12037
12151
  msgid ""
12038
12152
  "Something went wrong while getting repositories! ${getResponseErrorMsgs(error."
12039
12153
  "response)}"
12040
12154
  msgstr ""
12041
12155
 
12042
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:339
12156
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:340
12043
12157
  msgid "Filter edited"
12044
12158
  msgstr ""
12045
12159
 
12046
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:340
12160
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:341
12047
12161
  msgid ""
12048
12162
  "Something went wrong while editing the filter! ${getResponseErrorMsgs(error.re"
12049
12163
  "sponse)}"
12050
12164
  msgstr ""
12051
12165
 
12052
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:346
12166
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:347
12053
12167
  msgid ""
12054
12168
  "Something went wrong while retrieving the repository types! ${getResponseError"
12055
12169
  "Msgs(error.response)}"
12056
12170
  msgstr ""
12057
12171
 
12058
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:353
12172
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:354
12059
12173
  msgid ""
12060
12174
  "Something went wrong while retrieving the content view filters! ${getResponseE"
12061
12175
  "rrorMsgs(error.response)}"
12062
12176
  msgstr ""
12063
12177
 
12064
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:360
12178
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:361
12065
12179
  msgid ""
12066
12180
  "Something went wrong while retrieving the activation keys! ${getResponseErrorM"
12067
12181
  "sgs(error.response)}"
12068
12182
  msgstr ""
12069
12183
 
12070
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:367
12184
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:368
12071
12185
  msgid ""
12072
12186
  "Something went wrong while retrieving the hosts! ${getResponseErrorMsgs(error."
12073
12187
  "response)}"
12074
12188
  msgstr ""
12075
12189
 
12076
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:377
12190
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:378
12077
12191
  msgid "Filters deleted"
12078
12192
  msgstr ""
12079
12193
 
12080
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:378
12194
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:379
12081
12195
  msgid ""
12082
12196
  "Something went wrong while deleting filters! ${getResponseErrorMsgs(error.resp"
12083
12197
  "onse)}"
12084
12198
  msgstr ""
12085
12199
 
12086
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:387
12200
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:388
12087
12201
  msgid "Filter rules deleted"
12088
12202
  msgstr ""
12089
12203
 
12090
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:388
12204
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:389
12091
12205
  msgid ""
12092
12206
  "Something went wrong while deleting filter rules! ${getResponseErrorMsgs(error"
12093
12207
  ".response)}"
12094
12208
  msgstr ""
12095
12209
 
12096
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:397
12210
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:398
12097
12211
  msgid "Filter rules added"
12098
12212
  msgstr ""
12099
12213
 
12100
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:398
12214
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:399
12101
12215
  msgid ""
12102
12216
  "Something went wrong while adding filter rules! ${getResponseErrorMsgs(error.r"
12103
12217
  "esponse)}"
12104
12218
  msgstr ""
12105
12219
 
12106
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:406
12220
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:407
12107
12221
  msgid "Filter deleted"
12108
12222
  msgstr ""
12109
12223
 
12110
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:407
12224
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:408
12111
12225
  msgid ""
12112
12226
  "Something went wrong while deleting this filter! ${getResponseErrorMsgs(error."
12113
12227
  "response)}"
12114
12228
  msgstr ""
12115
12229
 
12116
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:413
12117
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:429
12118
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:438
12119
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:453
12230
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:414
12231
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:430
12232
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:439
12233
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:454
12120
12234
  msgid ""
12121
12235
  "Something went wrong while retrieving the content view filter! ${getResponseEr"
12122
12236
  "rorMsgs(error.response)}"
12123
12237
  msgstr ""
12124
12238
 
12125
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:421
12239
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:422
12126
12240
  msgid ""
12127
12241
  "Something went wrong while retrieving package groups! ${getResponseErrorMsgs(e"
12128
12242
  "rror.response)}"
12129
12243
  msgstr ""
12130
12244
 
12131
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:464
12245
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:465
12132
12246
  msgid "Filter rule edited"
12133
12247
  msgstr ""
12134
12248
 
12135
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:465
12249
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:466
12136
12250
  msgid ""
12137
12251
  "Something went wrong while editing a filter rule! ${getResponseErrorMsgs(error"
12138
12252
  ".response)}"
12139
12253
  msgstr ""
12140
12254
 
12141
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:474
12255
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:475
12142
12256
  msgid "Filter rule added"
12143
12257
  msgstr ""
12144
12258
 
12145
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:475
12259
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:476
12146
12260
  msgid ""
12147
12261
  "Something went wrong while adding a filter rule! ${getResponseErrorMsgs(error."
12148
12262
  "response)}"
12149
12263
  msgstr ""
12150
12264
 
12151
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:484
12265
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:485
12152
12266
  msgid "Filter rule removed"
12153
12267
  msgstr ""
12154
12268
 
12155
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:485
12269
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:486
12156
12270
  msgid ""
12157
12271
  "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(erro"
12158
12272
  "r.response)}"
12159
12273
  msgstr ""
12160
12274
 
12161
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:494
12275
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:495
12162
12276
  msgid ""
12163
12277
  "Something went wrong while retrieving the content view history! ${getResponseE"
12164
12278
  "rrorMsgs(error.response)}"
12165
12279
  msgstr ""
12166
12280
 
12167
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:502
12281
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:503
12168
12282
  msgid ""
12169
12283
  "Something went wrong while retrieving the content view filter rules! ${getResp"
12170
12284
  "onseErrorMsgs(error.response)}"
12171
12285
  msgstr ""
12172
12286
 
12173
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:512
12287
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:513
12174
12288
  msgid ""
12175
12289
  "Something went wrong while retrieving the content view components! ${getRespon"
12176
12290
  "seErrorMsgs(error.response)}"
12177
12291
  msgstr ""
12178
12292
 
12179
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:523
12293
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:524
12180
12294
  msgid ""
12181
12295
  "Something went wrong while retrieving the content view versions! ${getResponse"
12182
12296
  "ErrorMsgs(error.response)}"
12183
12297
  msgstr ""
12184
12298
 
12185
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:534
12299
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:535
12186
12300
  msgid ""
12187
12301
  "Something went wrong while getting version details. ${getResponseErrorMsgs(err"
12188
12302
  "or.response)}"
12189
12303
  msgstr ""
12190
12304
 
12191
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:544
12305
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:545
12192
12306
  msgid "Version details updated."
12193
12307
  msgstr ""
12194
12308
 
12195
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:545
12309
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:546
12196
12310
  msgid ""
12197
12311
  "Something went wrong while editing version details. ${getResponseErrorMsgs(err"
12198
12312
  "or.response)}"
12199
12313
  msgstr ""
12200
12314
 
12201
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:558
12315
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetailActions.js:559
12202
12316
  msgid ""
12203
12317
  "Something went wrong while deleting versions ${getResponseErrorMsgs(error.resp"
12204
12318
  "onse)}"
12205
12319
  msgstr ""
12206
12320
 
12207
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetails.js:90
12321
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetails.js:91
12208
12322
  #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:102
12209
12323
  msgid "Copy"
12210
12324
  msgstr ""
@@ -12219,7 +12333,7 @@ msgid "Versions"
12219
12333
  msgstr ""
12220
12334
 
12221
12335
  #: ../webpack/scenes/ContentViews/Details/ContentViewDetails.js:131
12222
- #: ../webpack/scenes/ContentViews/Publish/CVPublishReview.js:63
12336
+ #: ../webpack/scenes/ContentViews/Publish/CVPublishReview.js:75
12223
12337
  msgid "Filters"
12224
12338
  msgstr ""
12225
12339
 
@@ -12227,12 +12341,12 @@ msgstr ""
12227
12341
  msgid "History"
12228
12342
  msgstr ""
12229
12343
 
12230
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetails.js:172
12344
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetails.js:181
12231
12345
  #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:88
12232
12346
  msgid "Publish new version"
12233
12347
  msgstr ""
12234
12348
 
12235
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetails.js:195
12349
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetails.js:204
12236
12350
  msgid "View tasks "
12237
12351
  msgstr ""
12238
12352
 
@@ -12304,9 +12418,9 @@ msgstr ""
12304
12418
 
12305
12419
  #:
12306
12420
  #: ../webpack/scenes/ContentViews/Details/Filters/CVContainerImageFilterContent.js:66
12307
- #: ../webpack/scenes/ContentViews/Details/Filters/CVContainerImageFilterContent.js:173
12308
- #: ../webpack/scenes/ContentViews/Details/Filters/CVModuleStreamFilterContent.js:266
12309
- #: ../webpack/scenes/ContentViews/Details/Filters/CVPackageGroupFilterContent.js:256
12421
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVContainerImageFilterContent.js:177
12422
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVModuleStreamFilterContent.js:270
12423
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVPackageGroupFilterContent.js:260
12310
12424
  #: ../webpack/scenes/ContentViews/Details/Filters/Rules/ContainerTag/AddEditContainerTagRuleModal.js:55
12311
12425
  msgid "Add filter rule"
12312
12426
  msgstr ""
@@ -12318,12 +12432,12 @@ msgid "Tag name"
12318
12432
  msgstr ""
12319
12433
 
12320
12434
  #:
12321
- #: ../webpack/scenes/ContentViews/Details/Filters/CVContainerImageFilterContent.js:203
12322
- #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:312
12323
- #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:455
12324
- #: ../webpack/scenes/ContentViews/Details/Filters/CVModuleStreamFilterContent.js:288
12325
- #: ../webpack/scenes/ContentViews/Details/Filters/CVPackageGroupFilterContent.js:278
12326
- #: ../webpack/scenes/ContentViews/Details/Filters/CVRpmFilterContent.js:242
12435
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVContainerImageFilterContent.js:210
12436
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:319
12437
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:462
12438
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVModuleStreamFilterContent.js:295
12439
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVPackageGroupFilterContent.js:285
12440
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVRpmFilterContent.js:249
12327
12441
  msgid "Affected repositories"
12328
12442
  msgstr ""
12329
12443
 
@@ -12360,11 +12474,11 @@ msgstr ""
12360
12474
  msgid "View matching content"
12361
12475
  msgstr ""
12362
12476
 
12363
- #: ../webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js:193
12477
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js:197
12364
12478
  msgid "Add DEB rule"
12365
12479
  msgstr ""
12366
12480
 
12367
- #: ../webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js:228
12481
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js:235
12368
12482
  msgid "Affected Repositories"
12369
12483
  msgstr ""
12370
12484
 
@@ -12385,69 +12499,69 @@ msgid "Enter a valid date: MM/DD/YYYY"
12385
12499
  msgstr ""
12386
12500
 
12387
12501
  #:
12388
- #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:138
12389
- #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:307
12502
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:142
12503
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:311
12390
12504
  msgid "Errata type"
12391
12505
  msgstr ""
12392
12506
 
12393
12507
  #:
12394
- #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:175
12508
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:179
12395
12509
  msgid "Atleast one errata type needs to be selected."
12396
12510
  msgstr ""
12397
12511
 
12398
12512
  #:
12399
- #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:198
12400
- #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:260
12401
- #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:368
12402
- #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:419
12513
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:202
12514
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:264
12515
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:372
12516
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:423
12403
12517
  msgid "Issued from"
12404
12518
  msgstr ""
12405
12519
 
12406
12520
  #:
12407
- #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:199
12408
- #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:260
12409
- #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:369
12410
- #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:419
12521
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:203
12522
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:264
12523
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:373
12524
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:423
12411
12525
  msgid "Updated from"
12412
12526
  msgstr ""
12413
12527
 
12414
12528
  #:
12415
- #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:214
12416
- #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:384
12529
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:218
12530
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:388
12417
12531
  msgid "Start date"
12418
12532
  msgstr ""
12419
12533
 
12420
12534
  #:
12421
- #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:221
12422
- #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:270
12423
- #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:390
12424
- #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:423
12535
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:225
12536
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:274
12537
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:394
12538
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:427
12425
12539
  #: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareHeader.js:118
12426
12540
  msgid "to"
12427
12541
  msgstr ""
12428
12542
 
12429
12543
  #:
12430
- #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:236
12431
- #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:405
12544
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:240
12545
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:409
12432
12546
  msgid "End date"
12433
12547
  msgstr ""
12434
12548
 
12435
12549
  #:
12436
- #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:268
12437
12550
  #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:272
12438
- #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:421
12551
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:276
12439
12552
  #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:425
12553
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:429
12440
12554
  msgid "ANY"
12441
12555
  msgstr ""
12442
12556
 
12443
12557
  #:
12444
- #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:285
12445
- #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:445
12558
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:289
12559
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:449
12446
12560
  msgid "Reset filters"
12447
12561
  msgstr ""
12448
12562
 
12449
12563
  #:
12450
- #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:299
12564
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:303
12451
12565
  #: ../webpack/scenes/ContentViews/Details/Filters/Rules/ContainerTag/AddEditContainerTagRuleModal.js:85
12452
12566
  #: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:106
12453
12567
  #: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:225
@@ -12485,7 +12599,7 @@ msgid "No matching filter rules found."
12485
12599
  msgstr ""
12486
12600
 
12487
12601
  #:
12488
- #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:330
12602
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:334
12489
12603
  msgid "Add errata"
12490
12604
  msgstr ""
12491
12605
 
@@ -12520,7 +12634,7 @@ msgid "Add repositories with package groups to content view to select them here.
12520
12634
  msgstr ""
12521
12635
 
12522
12636
  #:
12523
- #: ../webpack/scenes/ContentViews/Details/Filters/CVPackageGroupFilterContent.js:200
12637
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVPackageGroupFilterContent.js:203
12524
12638
  #: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionRepositoryCell.js:62
12525
12639
  msgid "Package groups"
12526
12640
  msgstr ""
@@ -12536,7 +12650,7 @@ msgid " RPMs"
12536
12650
  msgstr ""
12537
12651
 
12538
12652
  #: ../webpack/scenes/ContentViews/Details/Filters/CVRpmFilterContent.js:160
12539
- #: ../webpack/scenes/ContentViews/Details/Filters/CVRpmFilterContent.js:213
12653
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVRpmFilterContent.js:217
12540
12654
  #: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:133
12541
12655
  msgid "Add RPM rule"
12542
12656
  msgstr ""
@@ -12763,25 +12877,25 @@ msgstr ""
12763
12877
 
12764
12878
  #:
12765
12879
  #: ../webpack/scenes/ContentViews/Details/Promote/ContentViewVersionPromote.js:144
12766
- #: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:101
12880
+ #: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:103
12767
12881
  msgid "Force promotion"
12768
12882
  msgstr ""
12769
12883
 
12770
12884
  #:
12771
12885
  #: ../webpack/scenes/ContentViews/Details/Promote/ContentViewVersionPromote.js:148
12772
- #: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:105
12886
+ #: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:107
12773
12887
  msgid "Selected environments "
12774
12888
  msgstr ""
12775
12889
 
12776
12890
  #:
12777
12891
  #: ../webpack/scenes/ContentViews/Details/Promote/ContentViewVersionPromote.js:148
12778
- #: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:105
12892
+ #: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:107
12779
12893
  msgid "Selected environment "
12780
12894
  msgstr ""
12781
12895
 
12782
12896
  #:
12783
12897
  #: ../webpack/scenes/ContentViews/Details/Promote/ContentViewVersionPromote.js:151
12784
- #: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:108
12898
+ #: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:110
12785
12899
  msgid ""
12786
12900
  " are out of the environment path order. The recommended practice is to promote"
12787
12901
  " to the next environment in the path."
@@ -12789,7 +12903,7 @@ msgstr ""
12789
12903
 
12790
12904
  #:
12791
12905
  #: ../webpack/scenes/ContentViews/Details/Promote/ContentViewVersionPromote.js:152
12792
- #: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:109
12906
+ #: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:111
12793
12907
  msgid ""
12794
12908
  " is out of the environment path order. The recommended practice is to promote "
12795
12909
  "to the next environment in the path."
@@ -12797,11 +12911,11 @@ msgstr ""
12797
12911
 
12798
12912
  #:
12799
12913
  #: ../webpack/scenes/ContentViews/Details/Promote/ContentViewVersionPromote.js:170
12800
- #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:200
12801
- #: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsHeader.js:101
12802
- #: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:86
12914
+ #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:204
12915
+ #: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsHeader.js:126
12916
+ #: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:88
12803
12917
  #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:96
12804
- #: action_names.rb:52
12918
+ #: action_names.rb:54
12805
12919
  msgid "Promote"
12806
12920
  msgstr ""
12807
12921
 
@@ -12894,7 +13008,7 @@ msgstr ""
12894
13008
  #: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareHeader.js:138
12895
13009
  #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:135
12896
13010
  #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:157
12897
- #: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsHeader.js:82
13011
+ #: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsHeader.js:103
12898
13012
  msgid "Version "
12899
13013
  msgstr ""
12900
13014
 
@@ -13077,17 +13191,17 @@ msgstr ""
13077
13191
 
13078
13192
  #:
13079
13193
  #: ../webpack/scenes/ContentViews/Details/Versions/BulkDelete/bulkDeleteSteps.js:64
13080
- #: ../webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js:54
13194
+ #: ../webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js:56
13081
13195
  msgid "Finish"
13082
13196
  msgstr ""
13083
13197
 
13084
13198
  #:
13085
- #: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompare.js:132
13199
+ #: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompare.js:133
13086
13200
  msgid "Empty content view versions"
13087
13201
  msgstr ""
13088
13202
 
13089
13203
  #:
13090
- #: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompare.js:133
13204
+ #: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompare.js:134
13091
13205
  msgid "No content in selected versions."
13092
13206
  msgstr ""
13093
13207
 
@@ -13214,7 +13328,7 @@ msgstr ""
13214
13328
 
13215
13329
  #:
13216
13330
  #: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareHeader.js:82
13217
- #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:297
13331
+ #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:301
13218
13332
  msgid "Compare"
13219
13333
  msgstr ""
13220
13334
 
@@ -13257,24 +13371,24 @@ msgstr ""
13257
13371
  msgid "Additional content"
13258
13372
  msgstr ""
13259
13373
 
13260
- #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:168
13374
+ #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:172
13261
13375
  msgid "No packages"
13262
13376
  msgstr ""
13263
13377
 
13264
- #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:210
13378
+ #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:214
13265
13379
  #: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveCVVersionWizard.js:62
13266
13380
  msgid "Remove from environments"
13267
13381
  msgstr ""
13268
13382
 
13269
- #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:230
13383
+ #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:234
13270
13384
  msgid "No versions yet"
13271
13385
  msgstr ""
13272
13386
 
13273
- #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:231
13387
+ #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:235
13274
13388
  msgid "Versions will appear here when the content view is published."
13275
13389
  msgstr ""
13276
13390
 
13277
- #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:232
13391
+ #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:236
13278
13392
  msgid "No matching version found"
13279
13393
  msgstr ""
13280
13394
 
@@ -13374,10 +13488,15 @@ msgid "RPM Package Groups"
13374
13488
  msgstr ""
13375
13489
 
13376
13490
  #:
13377
- #: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsHeader.js:64
13491
+ #: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsHeader.js:75
13378
13492
  msgid "Remove from environment"
13379
13493
  msgstr ""
13380
13494
 
13495
+ #:
13496
+ #: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsHeader.js:85
13497
+ msgid "Republish repository metadata"
13498
+ msgstr ""
13499
+
13381
13500
  #:
13382
13501
  #: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsTable.js:43
13383
13502
  msgid "All Repositories"
@@ -13418,68 +13537,68 @@ msgstr ""
13418
13537
  msgid "Source RPMs"
13419
13538
  msgstr ""
13420
13539
 
13421
- #: ../webpack/scenes/ContentViews/Publish/CVPublishFinish.js:106
13540
+ #: ../webpack/scenes/ContentViews/Publish/CVPublishFinish.js:107
13422
13541
  msgid "Publishing content view"
13423
13542
  msgstr ""
13424
13543
 
13425
- #: ../webpack/scenes/ContentViews/Publish/CVPublishFinish.js:113
13544
+ #: ../webpack/scenes/ContentViews/Publish/CVPublishFinish.js:114
13426
13545
  msgid "In progress"
13427
13546
  msgstr ""
13428
13547
 
13429
- #: ../webpack/scenes/ContentViews/Publish/CVPublishFinish.js:130
13430
- #: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:239
13548
+ #: ../webpack/scenes/ContentViews/Publish/CVPublishFinish.js:131
13549
+ #: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:252
13431
13550
  msgid "Close"
13432
13551
  msgstr ""
13433
13552
 
13434
- #: ../webpack/scenes/ContentViews/Publish/CVPublishFinish.js:140
13553
+ #: ../webpack/scenes/ContentViews/Publish/CVPublishFinish.js:141
13435
13554
  msgid " View task details "
13436
13555
  msgstr ""
13437
13556
 
13438
- #: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:50
13557
+ #: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:52
13439
13558
  msgid "No available component content view updates"
13440
13559
  msgstr ""
13441
13560
 
13442
- #: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:51
13561
+ #: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:53
13443
13562
  msgid "No available repository or filter updates"
13444
13563
  msgstr ""
13445
13564
 
13446
- #: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:59
13565
+ #: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:61
13447
13566
  msgid "Newly published version will be the same as the previous version."
13448
13567
  msgstr ""
13449
13568
 
13450
- #: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:62
13569
+ #: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:64
13451
13570
  msgid "A new version of "
13452
13571
  msgstr ""
13453
13572
 
13454
- #: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:63
13573
+ #: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:65
13455
13574
  msgid "Publish new version - "
13456
13575
  msgstr ""
13457
13576
 
13458
- #: ../webpack/scenes/ContentViews/Publish/CVPublishReview.js:44
13577
+ #: ../webpack/scenes/ContentViews/Publish/CVPublishReview.js:56
13459
13578
  msgid "Review your currently selected changes for "
13460
13579
  msgstr ""
13461
13580
 
13462
- #: ../webpack/scenes/ContentViews/Publish/CVPublishReview.js:51
13581
+ #: ../webpack/scenes/ContentViews/Publish/CVPublishReview.js:63
13463
13582
  msgid "Filters will be applied to this content view version."
13464
13583
  msgstr ""
13465
13584
 
13466
- #: ../webpack/scenes/ContentViews/Publish/CVPublishReview.js:60
13585
+ #: ../webpack/scenes/ContentViews/Publish/CVPublishReview.js:72
13467
13586
  msgid "Content view name"
13468
13587
  msgstr ""
13469
13588
 
13470
- #: ../webpack/scenes/ContentViews/Publish/CVPublishReview.js:69
13589
+ #: ../webpack/scenes/ContentViews/Publish/CVPublishReview.js:81
13471
13590
  msgid "Newly published"
13472
13591
  msgstr ""
13473
13592
 
13474
- #: ../webpack/scenes/ContentViews/Publish/CVPublishReview.js:78
13593
+ #: ../webpack/scenes/ContentViews/Publish/CVPublishReview.js:90
13475
13594
  msgid "View Filters"
13476
13595
  msgstr ""
13477
13596
 
13478
- #: ../webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js:108
13597
+ #: ../webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js:111
13479
13598
  msgid "Publishing ${name}"
13480
13599
  msgstr ""
13481
13600
 
13482
- #: ../webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js:108
13601
+ #: ../webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js:111
13483
13602
  msgid "Determining settings for ${name}"
13484
13603
  msgstr ""
13485
13604
 
@@ -13517,7 +13636,7 @@ msgid "Select a content source first"
13517
13636
  msgstr ""
13518
13637
 
13519
13638
  #: ../webpack/scenes/ContentViews/components/ContentViewSelect/helpers.js:11
13520
- msgid "Select an environment first"
13639
+ msgid "Select a lifecycle environment first"
13521
13640
  msgstr ""
13522
13641
 
13523
13642
  #: ../webpack/scenes/ContentViews/components/ContentViewSelect/helpers.js:12
@@ -13559,11 +13678,11 @@ msgstr ""
13559
13678
  msgid "Filters were applied to this version."
13560
13679
  msgstr ""
13561
13680
 
13562
- #: ../webpack/scenes/ContentViews/components/NeedsPublishIcon.js:12
13681
+ #: ../webpack/scenes/ContentViews/components/NeedsPublishIcon.js:11
13563
13682
  msgid "Updates available: Component content view versions have been updated."
13564
13683
  msgstr ""
13565
13684
 
13566
- #: ../webpack/scenes/ContentViews/components/NeedsPublishIcon.js:13
13685
+ #: ../webpack/scenes/ContentViews/components/NeedsPublishIcon.js:12
13567
13686
  msgid "Updates available: Repositories and/or filters have changed."
13568
13687
  msgstr ""
13569
13688
 
@@ -13622,48 +13741,72 @@ msgstr ""
13622
13741
  msgid "Something went wrong while getting the data. See the logs for more information"
13623
13742
  msgstr ""
13624
13743
 
13625
- #: ../webpack/scenes/Hosts/ChangeContentSource/actions.js:30
13744
+ #: ../webpack/scenes/Hosts/ChangeContentSource/actions.js:31
13626
13745
  msgid ""
13627
13746
  "Something went wrong while updating the content source. See the logs for more "
13628
13747
  "information"
13629
13748
  msgstr ""
13630
13749
 
13631
- #: ../webpack/scenes/Hosts/ChangeContentSource/actions.js:37
13750
+ #: ../webpack/scenes/Hosts/ChangeContentSource/actions.js:39
13632
13751
  msgid ""
13633
13752
  "Something went wrong while loading the Smart Proxy. See the logs for more info"
13634
13753
  "rmation"
13635
13754
  msgstr ""
13636
13755
 
13637
- #: ../webpack/scenes/Hosts/ChangeContentSource/actions.js:48
13756
+ #: ../webpack/scenes/Hosts/ChangeContentSource/actions.js:50
13638
13757
  msgid ""
13639
13758
  "Something went wrong while loading the content views. See the logs for more in"
13640
13759
  "formation"
13641
13760
  msgstr ""
13642
13761
 
13643
13762
  #:
13644
- #: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js:52
13763
+ #: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js:54
13645
13764
  msgid "Select a source"
13646
13765
  msgstr ""
13647
13766
 
13648
13767
  #:
13649
- #: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js:162
13768
+ #: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js:166
13650
13769
  msgid "No hosts found"
13651
13770
  msgstr ""
13652
13771
 
13653
13772
  #:
13654
- #: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js:194
13773
+ #: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js:198
13655
13774
  msgid ""
13656
13775
  "Some environments are disabled because they are not associated with the select"
13657
13776
  "ed content source."
13658
13777
  msgstr ""
13659
13778
 
13660
13779
  #:
13661
- #: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js:197
13780
+ #: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js:201
13662
13781
  msgid ""
13663
13782
  "To enable them, add the environment to the content source, or select a differe"
13664
13783
  "nt content source."
13665
13784
  msgstr ""
13666
13785
 
13786
+ #:
13787
+ #: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js:237
13788
+ msgid ""
13789
+ "After configuring Foreman, configuration must also be updated on {hosts}. Choo"
13790
+ "se one of the following options to update {hosts}:"
13791
+ msgstr ""
13792
+
13793
+ #:
13794
+ #: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js:244
13795
+ #: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceTemplate.js:63
13796
+ #: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceTemplate.js:84
13797
+ msgid "the host"
13798
+ msgstr ""
13799
+
13800
+ #:
13801
+ #: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js:264
13802
+ msgid "Run job invocation"
13803
+ msgstr ""
13804
+
13805
+ #:
13806
+ #: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js:274
13807
+ msgid "Update hosts manually"
13808
+ msgstr ""
13809
+
13667
13810
  #:
13668
13811
  #: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceTemplate.js:36
13669
13812
  msgid "Copy to clipboard"
@@ -13671,26 +13814,24 @@ msgstr ""
13671
13814
 
13672
13815
  #:
13673
13816
  #: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceTemplate.js:47
13674
- msgid "Host configurations are not updated yet"
13817
+ msgid "Configuration updated on Foreman"
13675
13818
  msgstr ""
13676
13819
 
13677
13820
  #:
13678
- #: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceTemplate.js:54
13679
- msgid "run job invocation"
13821
+ #: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceTemplate.js:56
13822
+ msgid "Configuration still must be updated on {hosts}"
13680
13823
  msgstr ""
13681
13824
 
13682
13825
  #:
13683
- #: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceTemplate.js:56
13826
+ #: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceTemplate.js:77
13684
13827
  msgid ""
13685
- "To update the selected host configuration, {link}, or update hosts manually in"
13686
- " the next section."
13828
+ "To finish the process of changing the content source, run the following script"
13829
+ " manually on {hosts}."
13687
13830
  msgstr ""
13688
13831
 
13689
13832
  #:
13690
- #: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceTemplate.js:56
13691
- msgid ""
13692
- "To update the selected host configuration, update hosts manually in the next s"
13693
- "ection."
13833
+ #: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceTemplate.js:85
13834
+ msgid "the hosts"
13694
13835
  msgstr ""
13695
13836
 
13696
13837
  #: ../webpack/scenes/Hosts/ChangeContentSource/components/FormField.js:25
@@ -13713,7 +13854,13 @@ msgstr ""
13713
13854
  msgid "Search"
13714
13855
  msgstr ""
13715
13856
 
13716
- #: ../webpack/scenes/Hosts/ChangeContentSource/index.js:138
13857
+ #: ../webpack/scenes/Hosts/ChangeContentSource/index.js:154
13858
+ msgid ""
13859
+ "Changing a host's content source will change the Smart Proxy from which the ho"
13860
+ "st gets its content."
13861
+ msgstr ""
13862
+
13863
+ #: ../webpack/scenes/Hosts/ChangeContentSource/index.js:164
13717
13864
  msgid "No hosts were specified"
13718
13865
  msgstr ""
13719
13866
 
@@ -14088,35 +14235,43 @@ msgstr ""
14088
14235
  msgid "Select one"
14089
14236
  msgstr ""
14090
14237
 
14091
- #: ../webpack/scenes/Subscriptions/Manifest/DeleteManifestModalText.js:4
14238
+ #: ../webpack/scenes/Subscriptions/Manifest/DeleteManifestModalText.js:7
14092
14239
  msgid "Are you sure you want to delete the manifest?"
14093
14240
  msgstr ""
14094
14241
 
14095
- #: ../webpack/scenes/Subscriptions/Manifest/DeleteManifestModalText.js:5
14242
+ #: ../webpack/scenes/Subscriptions/Manifest/DeleteManifestModalText.js:10
14243
+ msgid "Note: Deleting a subscription manifest is STRONGLY discouraged."
14244
+ msgstr ""
14245
+
14246
+ #: ../webpack/scenes/Subscriptions/Manifest/DeleteManifestModalText.js:11
14247
+ msgid "This action should only be taken for debugging purposes."
14248
+ msgstr ""
14249
+
14250
+ #: ../webpack/scenes/Subscriptions/Manifest/DeleteManifestModalText.js:17
14096
14251
  msgid ""
14097
14252
  "Note: Deleting a subscription manifest is STRONGLY discouraged. Deleting a man"
14098
14253
  "ifest will:"
14099
14254
  msgstr ""
14100
14255
 
14101
- #: ../webpack/scenes/Subscriptions/Manifest/DeleteManifestModalText.js:7
14256
+ #: ../webpack/scenes/Subscriptions/Manifest/DeleteManifestModalText.js:21
14102
14257
  msgid "Delete all subscriptions that are attached to running hosts."
14103
14258
  msgstr ""
14104
14259
 
14105
- #: ../webpack/scenes/Subscriptions/Manifest/DeleteManifestModalText.js:8
14260
+ #: ../webpack/scenes/Subscriptions/Manifest/DeleteManifestModalText.js:22
14106
14261
  msgid "Delete all subscriptions attached to activation keys."
14107
14262
  msgstr ""
14108
14263
 
14109
- #: ../webpack/scenes/Subscriptions/Manifest/DeleteManifestModalText.js:9
14264
+ #: ../webpack/scenes/Subscriptions/Manifest/DeleteManifestModalText.js:23
14110
14265
  msgid "Disable Red Hat Insights."
14111
14266
  msgstr ""
14112
14267
 
14113
- #: ../webpack/scenes/Subscriptions/Manifest/DeleteManifestModalText.js:10
14268
+ #: ../webpack/scenes/Subscriptions/Manifest/DeleteManifestModalText.js:25
14114
14269
  msgid ""
14115
14270
  "Require you to upload the subscription-manifest and re-attach subscriptions to"
14116
14271
  " hosts and activation keys."
14117
14272
  msgstr ""
14118
14273
 
14119
- #: ../webpack/scenes/Subscriptions/Manifest/DeleteManifestModalText.js:12
14274
+ #: ../webpack/scenes/Subscriptions/Manifest/DeleteManifestModalText.js:30
14120
14275
  msgid ""
14121
14276
  "This action should only be taken in extreme circumstances or for debugging pur"
14122
14277
  "poses."
@@ -14130,53 +14285,53 @@ msgstr ""
14130
14285
  msgid "This is disabled because no manifest exists"
14131
14286
  msgstr ""
14132
14287
 
14133
- #: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:100
14288
+ #: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:101
14134
14289
  msgid "There is no Manifest History to display."
14135
14290
  msgstr ""
14136
14291
 
14137
- #: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:101
14292
+ #: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:102
14138
14293
  msgid "Import a Manifest using the manifest tab above."
14139
14294
  msgstr ""
14140
14295
 
14141
- #: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:103
14142
- msgid "Learn more about adding Subscription Manifests"
14296
+ #: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:104
14297
+ msgid "Learn more about adding Subscription Manifests "
14143
14298
  msgstr ""
14144
14299
 
14145
- #: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:109
14300
+ #: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:110
14146
14301
  msgid "No Manifest Uploaded"
14147
14302
  msgstr ""
14148
14303
 
14149
- #: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:130
14304
+ #: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:131
14150
14305
  #: ../webpack/scenes/Subscriptions/components/SubscriptionsToolbar/SubscriptionsToolbar.js:78
14151
14306
  msgid "Manage Manifest"
14152
14307
  msgstr ""
14153
14308
 
14154
- #: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:133
14155
- #: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:141
14309
+ #: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:137
14310
+ #: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:146
14156
14311
  msgid "Manifest"
14157
14312
  msgstr ""
14158
14313
 
14159
- #: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:137
14314
+ #: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:142
14160
14315
  msgid "Subscription Manifest"
14161
14316
  msgstr ""
14162
14317
 
14163
- #: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:153
14318
+ #: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:158
14164
14319
  msgid "Import New Manifest"
14165
14320
  msgstr ""
14166
14321
 
14167
- #: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:194
14322
+ #: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:199
14168
14323
  msgid "Confirm delete manifest"
14169
14324
  msgstr ""
14170
14325
 
14171
- #: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:213
14326
+ #: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:221
14172
14327
  msgid "Manifest History"
14173
14328
  msgstr ""
14174
14329
 
14175
- #: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:224
14330
+ #: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:236
14176
14331
  msgid "CDN Configuration"
14177
14332
  msgstr ""
14178
14333
 
14179
- #: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:226
14334
+ #: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:239
14180
14335
  msgid "CDN Configuration for Red Hat Content"
14181
14336
  msgstr ""
14182
14337
 
@@ -14487,102 +14642,110 @@ msgstr ""
14487
14642
  msgid "Auto attach subscriptions"
14488
14643
  msgstr ""
14489
14644
 
14490
- #: action_names.rb:10
14645
+ #: action_names.rb:9
14646
+ msgid "Check for long running tasks"
14647
+ msgstr ""
14648
+
14649
+ #: action_names.rb:11
14491
14650
  msgid "Copy version units to library"
14492
14651
  msgstr ""
14493
14652
 
14494
- #: action_names.rb:24
14495
- msgid "Discover"
14653
+ #: action_names.rb:21
14654
+ msgid "Deliver notifications about long running tasks"
14496
14655
  msgstr ""
14497
14656
 
14498
14657
  #: action_names.rb:26
14658
+ msgid "Discover"
14659
+ msgstr ""
14660
+
14661
+ #: action_names.rb:28
14499
14662
  msgid "Errata mail"
14500
14663
  msgstr ""
14501
14664
 
14502
- #: action_names.rb:30
14665
+ #: action_names.rb:32
14503
14666
  msgid "Fetch pxe files"
14504
14667
  msgstr ""
14505
14668
 
14506
- #: action_names.rb:31
14669
+ #: action_names.rb:33
14507
14670
  msgid "Filtered index content"
14508
14671
  msgstr ""
14509
14672
 
14510
- #: action_names.rb:34
14673
+ #: action_names.rb:36
14511
14674
  msgid "Hypervisors update"
14512
14675
  msgstr ""
14513
14676
 
14514
- #: action_names.rb:35
14677
+ #: action_names.rb:37
14515
14678
  msgid "Hypervisors"
14516
14679
  msgstr ""
14517
14680
 
14518
- #: action_names.rb:38
14681
+ #: action_names.rb:40
14519
14682
  msgid "Import Puppet classes"
14520
14683
  msgstr ""
14521
14684
 
14522
- #: action_names.rb:40
14685
+ #: action_names.rb:42
14523
14686
  msgid "Import facts"
14524
14687
  msgstr ""
14525
14688
 
14526
- #: action_names.rb:42
14689
+ #: action_names.rb:44
14527
14690
  msgid "Incremental Update of Content View Version(s) "
14528
14691
  msgstr ""
14529
14692
 
14530
- #: action_names.rb:44
14693
+ #: action_names.rb:46
14531
14694
  msgid "Index content"
14532
14695
  msgstr ""
14533
14696
 
14534
- #: action_names.rb:45
14697
+ #: action_names.rb:47
14535
14698
  msgid "Index errata"
14536
14699
  msgstr ""
14537
14700
 
14538
- #: action_names.rb:46
14701
+ #: action_names.rb:48
14539
14702
  msgid "Index module streams"
14540
14703
  msgstr ""
14541
14704
 
14542
- #: action_names.rb:47
14705
+ #: action_names.rb:49
14543
14706
  msgid "Index package groups"
14544
14707
  msgstr ""
14545
14708
 
14546
- #: action_names.rb:49
14709
+ #: action_names.rb:51
14547
14710
  msgid "Instance update"
14548
14711
  msgstr ""
14549
14712
 
14550
- #: action_names.rb:57
14713
+ #: action_names.rb:59
14551
14714
  msgid "Reindex subscriptions"
14552
14715
  msgstr ""
14553
14716
 
14554
- #: action_names.rb:58
14717
+ #: action_names.rb:60
14555
14718
  msgid "Remote action:"
14556
14719
  msgstr ""
14557
14720
 
14558
- #: action_names.rb:64
14721
+ #: action_names.rb:66
14559
14722
  msgid "Report"
14560
14723
  msgstr ""
14561
14724
 
14562
- #: action_names.rb:67
14725
+ #: action_names.rb:69
14563
14726
  msgid "Sync capsule"
14564
14727
  msgstr ""
14565
14728
 
14566
- #: action_names.rb:68
14729
+ #: action_names.rb:70
14567
14730
  msgid "Syncable export"
14568
14731
  msgstr ""
14569
14732
 
14570
- #: action_names.rb:74
14733
+ #: action_names.rb:76
14571
14734
  msgid "Update content urls"
14572
14735
  msgstr ""
14573
14736
 
14574
- #: action_names.rb:76
14737
+ #: action_names.rb:78
14575
14738
  msgid "Update http proxy details"
14576
14739
  msgstr ""
14577
14740
 
14578
- #: action_names.rb:77
14741
+ #: action_names.rb:79
14579
14742
  msgid "Update http proxy"
14580
14743
  msgstr ""
14581
14744
 
14582
- #: action_names.rb:78
14745
+ #: action_names.rb:80
14583
14746
  msgid "Update redhat repository"
14584
14747
  msgstr ""
14585
14748
 
14586
- #: action_names.rb:83
14749
+ #: action_names.rb:85
14587
14750
  msgid "Verify checksum"
14588
14751
  msgstr ""