Sha256: 62a55adcd2a5c762efa5142378c71f7a2fe70a6927436a8f7dded53b17c545a2

Contents?: true

Size: 878 Bytes

Versions: 9

Compression:

Stored size: 878 Bytes

Contents

<span page-title>{{ 'Apply Errata' | translate }}</span>

<section class="nutupane-details" ng-cloak bst-container-scroll>

  <header class="details-header">
    <h2 class="fl" translate>Apply Errata</h2>

    <div class="fr">
      <button class="btn btn-default" ui-sref="errata.index">
        <i class="icon-remove"></i>
        {{ "Close" | translate }}
      </button>
    </div>
  </header>

  <div>
    <div class="alert warning alert-warning" ng-show="errataIds.length === 0">
      <i class="icon-exclamation-sign"></i>
      {{ 'At least one Errata needs to be selected to Apply.' | translate }}
    </div>

    <div class="alert alert-info" ng-show="state.working">
      <i class="fa fa-spinner fa-spin"></i>
      {{ 'Processing' | translate }}
    </div>

    <span ng-disabled="table.numSelected == 0">
      <div ui-view></div>
    </span>
  </div>

</section>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
katello-3.2.1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/apply-errata.html
katello-3.2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/apply-errata.html
katello-3.2.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/apply-errata.html
katello-3.2.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/apply-errata.html
katello-3.2.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/apply-errata.html
katello-3.2.0.rc1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/apply-errata.html
katello-3.2.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/apply-errata.html
katello-3.1.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/apply-errata.html
katello-3.1.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/apply-errata.html