Skip to content

Commit

Permalink
Fixes #37118 - Remove Virtual Guests in legacy UI for non hypervisors
Browse files Browse the repository at this point in the history
  • Loading branch information
chris1984 committed Jan 31, 2024
1 parent d8afc97 commit 136a73e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ <h4 translate>Basic Information</h4>
</button>
</dd>

<dt ng-show="host.subscription_facet_attributes.virtual_guests" translate>Virtual Guests</dt>
<dd ng-show="host.subscription_facet_attributes.virtual_guests">
<dt ng-show="host.subscription_facet_attributes.virtual_guests.length" translate>Virtual Guests</dt>
<dd ng-show="host.subscription_facet_attributes.virtual_guests.length">
<a ng-href="/content_hosts?search={{virtualGuestIds(host)}}"
translate translate-n="host.subscription_facet_attributes.virtual_guests.length"
translate-plural="{{ host.subscription_facet_attributes.virtual_guests.length }} Content Hosts">
Expand Down

0 comments on commit 136a73e

Please sign in to comment.