Sha256: 5e58b5886de9cfa8a405853185a2a473c68cc528e0701de1e45fc334f3371018

Contents?: true

Size: 1.36 KB

Versions: 10

Compression:

Stored size: 1.36 KB

Contents

<span page-title ng-model="hostCollection">{{ 'Actions for: ' | translate }} {{ hostCollection.name }}</span>

<section class="nutupane-sub-section" >

  <span translate>
    The following actions can be performed on content hosts in this host collection:
  </span>

  <ul class="bullet">
    <li bst-feature-flag="remote_actions">
      <a translate ng-href="{{ $state.href('content-hosts.bulk-actions.packages') }}?select_all=true&search=host_collection:&quot;{{ hostCollection.name }}&quot;">
        Package Installation, Removal, and Update
      </a>
    </li>


    <li bst-feature-flag="remote_actions">
      <a translate ng-href="{{ $state.href('content-hosts.bulk-actions.errata.list') }}?select_all=true&search=host_collection:&quot;{{ hostCollection.name }}&quot;">
        Errata Installation
      </a>
    </li>

    <li>
      <a translate ng-href="{{ $state.href('content-hosts.bulk-actions.host-collections') }}?select_all=true&search=host_collection:&quot;{{ hostCollection.name }}&quot;">
        Host Collection Membership
      </a>
    </li>

    <li bst-feature-flag="lifecycle_environments">
      <a translate ng-href="{{ $state.href('content-hosts.bulk-actions.environment') }}?select_all=true&search=host_collection:&quot;{{ hostCollection.name }}&quot;">
        Change assigned Lifecycle Environment or Content View
      </a>
    </li>

  </ul>
</section>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
katello-2.4.5 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-actions.html
katello-2.4.4 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-actions.html
katello-2.4.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-actions.html
katello-2.4.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-actions.html
katello-2.4.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-actions.html
katello-2.4.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-actions.html
katello-2.4.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-actions.html
katello-2.4.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-actions.html
katello-2.4.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-actions.html
katello-2.2.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-actions.html