Sha256: 6748277ffa5e213de34e3af0a9f73d725beb7c6362dee8609f7ff21401c33365

Contents?: true

Size: 567 Bytes

Versions: 6

Compression:

Stored size: 567 Bytes

Contents

<div ng-if="subscription.virt_only === false">
  {{ 'Physical' | translate }}
</div>
<div ng-if="subscription.virt_only === true && !subscription.host">
  <div ng-if="subscription.unmapped_guest !== true">
    {{ 'Virtual' | translate }}
  </div>
  <div ng-if="subscription.unmapped_guest === true">
    {{ 'Temporary' | translate }}
  </div>
</div>
<div ng-if="subscription.virt_only === true && subscription.host">
  <span translate> Guests of </span>
  <a href='/content_hosts/{{ subscription.host.id }}' translate>
    {{ subscription.host.name }}
  </a>
</div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
katello-3.3.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/subscription-type.html
katello-3.4.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/subscription-type.html
katello-3.3.1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/subscription-type.html
katello-3.3.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/subscription-type.html
katello-3.3.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/subscription-type.html
katello-3.3.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/subscription-type.html