From e5fccf9afddcece4205fc9069c24f609c0e5c686 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Thu, 25 Jan 2024 17:35:55 -0500 Subject: [PATCH] Fixes #37123 - Correct virtual_host subscription facet name in Legacy UI --- app/views/katello/api/v2/subscription_facet/show.json.rabl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/views/katello/api/v2/subscription_facet/show.json.rabl b/app/views/katello/api/v2/subscription_facet/show.json.rabl index cce111f3cce..f51f61ee86b 100644 --- a/app/views/katello/api/v2/subscription_facet/show.json.rabl +++ b/app/views/katello/api/v2/subscription_facet/show.json.rabl @@ -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