Sha256: bb15a1b09d7bea580fa8c16dd2a8d654827565a058439f143e97457c97a1d444

Contents?: true

Size: 1.9 KB

Versions: 9

Compression:

Stored size: 1.9 KB

Contents

<span page-title>{{ 'Content Host Bulk Content' | translate }}</span>

<div class="details">
  <section>
    <h4 translate>Assign Environment and Content View</h4>

    <div bst-alert="info" ng-show="showConfirm">
      <p translate>
        Are you sure you want to assign the {{ table.numSelected }} content host(s) selected to {{ selected.contentView.name }} in {{ selected.environment.name }}?
      </p>
      <button class="btn btn-default" ng-click="hideConfirmDialog();" translate>No</button>
      <button class="btn btn-default" ng-click="hideConfirmDialog(); performAction()" translate>Yes</button>
    </div>

    <div path-selector="environments"
         ng-model="selected.environment"
         mode="singleSelect"
         disable-trigger="disableEnvironmentSelection">
    </div>

    <form name="contentHostContentForm" class="form" ng-hide="content.workingMode">

      <div>
        <label translate>Content View:</label>

        <i ng-show="fetchingContentViews" class="fa fa-spinner inline-icon fa-spin"></i>
        <select ng-hide="fetchingContentViews || contentViews.length === 0 || !selected.environment"
                type="select"
                ng-options="cv as cv.name for cv in contentViews"
                ng-model="selected.contentView">
        </select>

        <p class="page-error" ng-show="!fetchingContentViews && contentViews.length === 0" translate>
          No content views exist for {{selected.environment.name}}
        </p>

        <p class="page-error" ng-show="!fetchingContentViews && !selected.environment" translate>
          Please select an environment.
        </p>
      </div>

      <button class="btn btn-default fr"
              translate
              ng-hide="denied('edit_content_hosts', contentHost)"
              ng-click="showConfirmDialog();"
              ng-disabled="disableAssignButton(confirm)">
        Assign
      </button>

    </form>
  </section>
</div>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
katello-2.4.5 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/bulk-actions-environment.html
katello-2.4.4 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/bulk-actions-environment.html
katello-2.4.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/bulk-actions-environment.html
katello-2.4.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/bulk-actions-environment.html
katello-2.4.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/bulk-actions-environment.html
katello-2.4.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/bulk-actions-environment.html
katello-2.4.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/bulk-actions-environment.html
katello-2.4.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/bulk-actions-environment.html
katello-2.4.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/bulk-actions-environment.html