Sha256: 2cd7db86fcfe19aa104fafeacc3253708c123f4f599c02015208aed124781ca7

Contents?: true

Size: 576 Bytes

Versions: 16

Compression:

Stored size: 576 Bytes

Contents

<table class="table table-striped table-full" ng-class="{'table-mask': table.working}">
  <thead>
    <tr bst-table-head>
      <th bst-table-column="nvra" sortable>{{ "RPM" | translate }}</th>
    </tr>
  </thead>

  <tbody>
    <tr bst-table-row
        ng-repeat="package in table.rows"
        active-row="stateIncludes('package.details', {packageId: package.uuid})">
      <td bst-table-cell clas="ellipsis-column">
        <a ui-sref="packages.details.info({packageId: package.uuid})">
          {{ package.nvrea}}
        </a>
      </td>
    </tr>
  </tbody>
</table>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
katello-2.4.5 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-collapsed.html
katello-2.4.4 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-collapsed.html
katello-3.0.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-collapsed.html
katello-2.4.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-collapsed.html
katello-3.0.0.rc7 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-collapsed.html
katello-3.0.0.rc5 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-collapsed.html
katello-2.4.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-collapsed.html
katello-3.0.0.rc4 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-collapsed.html
katello-3.0.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-collapsed.html
katello-3.0.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-collapsed.html
katello-3.0.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-collapsed.html
katello-2.4.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-collapsed.html
katello-2.4.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-collapsed.html
katello-2.4.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-collapsed.html
katello-2.4.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-collapsed.html
katello-2.4.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-collapsed.html