foreman_rh_cloud 14.0.1 → 14.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (34) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_rh_cloud/locale/fr/foreman_rh_cloud.js +61 -61
  3. data/app/assets/javascripts/foreman_rh_cloud/locale/ja/foreman_rh_cloud.js +68 -68
  4. data/app/assets/javascripts/foreman_rh_cloud/locale/ka/foreman_rh_cloud.js +9 -9
  5. data/app/assets/javascripts/foreman_rh_cloud/locale/ko/foreman_rh_cloud.js +60 -60
  6. data/app/assets/javascripts/foreman_rh_cloud/locale/zh_CN/foreman_rh_cloud.js +60 -60
  7. data/app/services/foreman_rh_cloud/insights_api_forwarder.rb +12 -5
  8. data/lib/foreman_rh_cloud/version.rb +1 -1
  9. data/locale/fr/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
  10. data/locale/fr/foreman_rh_cloud.po +66 -65
  11. data/locale/ja/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
  12. data/locale/ja/foreman_rh_cloud.po +72 -70
  13. data/locale/ka/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
  14. data/locale/ka/foreman_rh_cloud.po +11 -10
  15. data/locale/ko/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
  16. data/locale/ko/foreman_rh_cloud.po +64 -63
  17. data/locale/zh_CN/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
  18. data/locale/zh_CN/foreman_rh_cloud.po +65 -64
  19. data/package.json +1 -1
  20. data/webpack/ForemanInventoryUpload/Components/PageHeader/components/PageDescription/PageDescription.js +3 -1
  21. data/webpack/ForemanInventoryUpload/ForemanInventoryHelpers.js +7 -0
  22. data/webpack/InsightsHostDetailsTab/NewHostDetailsTab.js +18 -3
  23. data/webpack/InsightsHostDetailsTab/__tests__/NewHostDetailsTab.test.js +154 -0
  24. metadata +4 -16
  25. data/locale/fr/foreman_rh_cloud.edit.po +0 -1032
  26. data/locale/fr/foreman_rh_cloud.po.time_stamp +0 -0
  27. data/locale/ja/foreman_rh_cloud.edit.po +0 -1026
  28. data/locale/ja/foreman_rh_cloud.po.time_stamp +0 -0
  29. data/locale/ka/foreman_rh_cloud.edit.po +0 -1025
  30. data/locale/ka/foreman_rh_cloud.po.time_stamp +0 -0
  31. data/locale/ko/foreman_rh_cloud.edit.po +0 -1029
  32. data/locale/ko/foreman_rh_cloud.po.time_stamp +0 -0
  33. data/locale/zh_CN/foreman_rh_cloud.edit.po +0 -1031
  34. data/locale/zh_CN/foreman_rh_cloud.po.time_stamp +0 -0
File without changes