Sha256: d5a6445e8cc70d79ca19e281843e86709f279f3ff2864f6d1f0a3d784642b1f8

Contents?: true

Size: 964 Bytes

Versions: 99

Compression:

Stored size: 964 Bytes

Contents

<span page-title ng-model="host">{{ 'Subscriptions for Content Host:' | translate }} {{ host.name }}</span>

<div data-extend-template="layouts/partials/table.html">
  <div data-block="list-actions">
    <div ng-hide="system.readonly">
       <button class="btn btn-default" type="button"
               translate
               ng-hide="denied('edit_hosts', host)"
               ng-disabled="disableRemoveButton()"
               ng-click="removeSelected()">
         Remove Selected
       </button>
    </div>
  </div>

  <span data-block="no-rows-message" translate>
     You currently don't have any Subscriptions associated with this Content Host. You can add Subscriptions after selecting the 'Add' tab.
  </span>

  <span data-block="no-search-results-message" translate>
    Your search returned zero Subscriptions.
  </span>

  <div data-block="table">
    <div data-extend-template="common/views/subscription-add-or-remove.html"></div>
  </div>
</div>

Version data entries

99 entries across 99 versions & 1 rubygems

Version Path
katello-4.10.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions-list.html
katello-4.9.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions-list.html
katello-4.10.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions-list.html
katello-4.10.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions-list.html
katello-4.8.4 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions-list.html
katello-4.9.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions-list.html
katello-4.8.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions-list.html
katello-4.9.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions-list.html
katello-4.7.6 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions-list.html
katello-4.8.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions-list.html
katello-4.9.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions-list.html
katello-4.9.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions-list.html
katello-4.8.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions-list.html
katello-4.7.5 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions-list.html
katello-4.8.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions-list.html
katello-4.8.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions-list.html
katello-4.7.4 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions-list.html
katello-4.8.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions-list.html
katello-4.7.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions-list.html
katello-4.7.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions-list.html