Bug #36789
closedRecalculate errata uses out-of-date host package profile
Description
The 'Recalculate' button on the Errata tab only does the server-side recalculation. This means that if you've changed the host content view, content overrides, etc. it will use an out-of-date list to calculate applicability.
See https://community.theforeman.org/t/list-of-packages-to-install-not-up-to-date/35153
Add refresh button to
(a) main kebab - 'Refresh errata applicability'
(b) Packages kebab - 'Refresh package applicability'
(c) Errata kebab - 'Refresh errata applicability'
Replaces "Recalculate" button on Errata kebab
The button will do the same thing in all three places - run 'subscription-manager repos' on the host via REX. This will also trigger (as it always has) errata applicability recalculation, and the web UI will be updated immediately.