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