Skip to content

Commit

Permalink
Fixes #36794 - Preselect upgradable packages with link on hosts page (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
lumarel authored Oct 5, 2023
1 parent fbf7739 commit 7fb4c8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/katello/hosts/_errata_counts.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<% 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 %>
Expand All @@ -43,7 +43,7 @@
<% 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 %>
Expand Down

0 comments on commit 7fb4c8e

Please sign in to comment.