app/views/katello/hosts/_errata_counts.html.erb in katello-4.10.0 vs app/views/katello/hosts/_errata_counts.html.erb in katello-4.11.0.rc1

- old
+ new

@@ -25,11 +25,11 @@ </span> </a> <% if !host.operatingsystem_name&.match(/Debian|Ubuntu/) %> <% if Setting["host_details_ui"] %> -<a href="/new/hosts/<%= host.name %>#/Content/packages"> +<a href="/new/hosts/<%= host.name %>#/Content/packages?status=Upgradable"> <% else %> <a href="/content_hosts/<%= host.id %>/packages/applicable"> <% end %> <span class="aligned-errata-count"> <span class="errata-count <%= host.content_facet_attributes&.upgradable_rpm_count&.positive? ? 'green' : 'black' %>" @@ -41,10 +41,10 @@ </span> </a> <% end %> <% if host.operatingsystem_name&.match(/Debian|Ubuntu/) %> <% if Setting["host_details_ui"] %> -<a href="/new/hosts/<%= host.name %>#/Content/packages"> +<a href="/new/hosts/<%= host.name %>#/Content/packages?status=Upgradable"> <% else %> <a href="/content_hosts/<%= host.id %>/debs/applicable"> <% end %> <span class="aligned-errata-count"> <span class="errata-count <%= host.content_facet_attributes&.upgradable_deb_count&.positive? ? 'green' : 'black' %>"