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:"{{ hostCollection.name }}""> 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:"{{ hostCollection.name }}""> Errata Installation </a> </li> <li> <a translate ng-href="{{ $state.href('content-hosts.bulk-actions.host-collections') }}?select_all=true&search=host_collection:"{{ hostCollection.name }}""> 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:"{{ hostCollection.name }}""> Change assigned Lifecycle Environment or Content View </a> </li> </ul> </section>
Version data entries
10 entries across 10 versions & 1 rubygems