Sha256: 834962b66c486bf97201ca8e7fb5626589973acc95999bac504a53cf80b37467

Contents?: true

Size: 690 Bytes

Versions: 29

Compression:

Stored size: 690 Bytes

Contents

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

  <tbody>
    <tr bst-table-row ng-repeat="package in table.rows">
      <td bst-table-cell>
        <a ui-sref="packages.details.info({packageId: package.uuid})">
          {{ package.nvra}}
        </a>
        <i class="fa fa-chevron-right selected-icon" ng-show="package.selected"></i>
      </td>
      <td bst-table-cell>
        {{ package.summary }}
      </td>
    </tr>
  </tbody>
</table>

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
katello-3.2.1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-full.html
katello-3.2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-full.html
katello-3.2.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-full.html
katello-3.2.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-full.html
katello-3.2.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-full.html
katello-3.2.0.rc1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-full.html
katello-3.2.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-full.html
katello-3.1.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-full.html
katello-3.1.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-full.html
katello-3.1.0.rc2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-full.html
katello-3.0.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-full.html
katello-2.4.5 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-full.html
katello-3.1.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-full.html
katello-3.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-full.html
katello-2.4.4 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-full.html
katello-3.0.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-full.html
katello-2.4.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-full.html
katello-3.0.0.rc7 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-full.html
katello-3.0.0.rc5 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-full.html
katello-2.4.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-full.html