Sha256: 660caec1050b47c7a8d693d096a93d60e87e6a034e10f8a7111193cd26f675e8

Contents?: true

Size: 611 Bytes

Versions: 13

Compression:

Stored size: 611 Bytes

Contents

<table class="table table-striped" ng-class="{'table-mask': productTable.working}">
  <thead>
    <tr bst-table-head row-select>
      <th bst-table-column="name" sortable><span translate>Name</span></th>
    </tr>
  </thead>

  <tbody>
    <tr bst-table-row
        ng-repeat="product in productTable.rows"
        row-select="product"
        active-row="stateIncludes('products.details', {productId: product.id})">
      <td bst-table-cell>
        <a ui-sref="products.details.repositories.index({productId: product.id})">
          {{ product.name }}
        </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/products/views/products-table-collapsed.html
katello-3.2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/products-table-collapsed.html
katello-3.2.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/products-table-collapsed.html
katello-3.2.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/products-table-collapsed.html
katello-3.2.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/products-table-collapsed.html
katello-3.2.0.rc1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/products-table-collapsed.html
katello-3.2.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/products-table-collapsed.html
katello-3.1.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/products-table-collapsed.html
katello-3.1.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/products-table-collapsed.html
katello-3.1.0.rc2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/products-table-collapsed.html
katello-3.0.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/products-table-collapsed.html
katello-3.1.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/products-table-collapsed.html
katello-3.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/products-table-collapsed.html