Sha256: 0c2f0aafcde3d2e8061cf56f319e812bd1f15e1ad3301dd30942c7e9d6192a28

Contents?: true

Size: 576 Bytes

Versions: 13

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="name" 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

13 entries across 13 versions & 1 rubygems

Version Path
katello-3.2.1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-collapsed.html
katello-3.2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-collapsed.html
katello-3.2.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-collapsed.html
katello-3.2.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-collapsed.html
katello-3.2.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-collapsed.html
katello-3.2.0.rc1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-collapsed.html
katello-3.2.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-collapsed.html
katello-3.1.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-collapsed.html
katello-3.1.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-collapsed.html
katello-3.1.0.rc2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-collapsed.html
katello-3.0.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-collapsed.html
katello-3.1.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-collapsed.html
katello-3.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-collapsed.html