Skip to content

Commit

Permalink
Fixes #37123 - Correct virtual_host subscription facet name in Legacy UI
Browse files Browse the repository at this point in the history
  • Loading branch information
chris1984 authored and wbclark committed Feb 12, 2024
1 parent 45be62a commit e5fccf9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/views/katello/api/v2/subscription_facet/show.json.rabl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ child :subscription_facet => :subscription_facet_attributes do |_facet|

child :hypervisor_host => :virtual_host do
attributes :id, :name
node :display_name do |host|
host.to_label
end
end

child :virtual_guests => :virtual_guests do
Expand Down

0 comments on commit e5fccf9

Please sign in to comment.