Sha256: b62ce9eb2feb5d7c6538abaa840a10d4a6b02570ee94e5a7138e56e8f670c221

Contents?: true

Size: 1.74 KB

Versions: 99

Compression:

Stored size: 1.74 KB

Contents

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

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

  <div data-block="filters">
    <label class="checkbox-inline" title="{{ 'Only show Subscriptions which can be attached to this Host' | translate }}">
      <input type="checkbox" ng-model="showMatchHost" ng-change="toggleFilters()"/>
      <span translate>Applicable to Host</span>
    </label>

    <label class="checkbox-inline" title="{{ 'Only show Subscriptions which can be applied to products installed on this Host' | translate }}">
      <input type="checkbox" ng-model="showMatchInstalled" ng-change="toggleFilters()"/>
      <span translate>Installed Products</span>
    </label>

    <label class="checkbox-inline" title="{{ 'Only show Subscriptions for products not already covered by a Subscription' | translate }}">
      <input type="checkbox" ng-model="showNoOverlap" ng-change="toggleFilters()"/>
      <span translate>Products not covered</span>
    </label>
  </div>

  <span data-block="no-rows-message" translate>
      You currently don't have any Products to subscribe to. You can add Products after selecting 'Products' under 'Content' in the main menu.
  </span>

  <span data-block="no-search-results-message" translate>
    Your search returned zero Products.
  </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-add-subscriptions.html
katello-4.9.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-add-subscriptions.html
katello-4.10.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-add-subscriptions.html
katello-4.10.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-add-subscriptions.html
katello-4.8.4 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-add-subscriptions.html
katello-4.9.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-add-subscriptions.html
katello-4.8.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-add-subscriptions.html
katello-4.9.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-add-subscriptions.html
katello-4.7.6 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-add-subscriptions.html
katello-4.8.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-add-subscriptions.html
katello-4.9.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-add-subscriptions.html
katello-4.9.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-add-subscriptions.html
katello-4.8.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-add-subscriptions.html
katello-4.7.5 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-add-subscriptions.html
katello-4.8.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-add-subscriptions.html
katello-4.8.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-add-subscriptions.html
katello-4.7.4 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-add-subscriptions.html
katello-4.8.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-add-subscriptions.html
katello-4.7.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-add-subscriptions.html
katello-4.7.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-add-subscriptions.html