Sha256: 208b91318292ce3f3d162c4f01f37a61b5663b498e5b473dbde5dd11b39302bf

Contents?: true

Size: 1.66 KB

Versions: 108

Compression:

Stored size: 1.66 KB

Contents

<div data-extend-template="layouts/partials/table.html">
  <table data-block="table" class="table table-striped table-bordered">
    <thead>
      <tr bst-table-head>
        <th bst-table-column translate>Name</th>
        <th bst-table-column translate>Product</th>
        <th bst-table-column translate>Content</th>
      </tr>
    </thead>

    <tbody>
      <tr bst-table-row ng-repeat="repository in table.rows">
        <td bst-table-cell>
          <a ui-sref="product.repository.info({productId: repository.product.id, repositoryId: repository.library_instance_id })">{{ repository.name }}</a>
        </td>
        <td bst-table-cell>
          <a ui-sref="product.info({productId: repository.product.id})">{{ repository.product.name }}</a>
        </td>
        <td bst-table-cell>
          <div>
            <a ui-sref="product.repository.manage-content.packages({productId: repository.product.id, repositoryId: repository.library_instance_id})" translate>
              {{ repository.content_counts.rpm }} Packages
            </a>
          </div>
          <div>
            {{ repository.content_counts.srpm }} Source RPMs
          </div>
          <div>
            <a ui-sref="errata({repositoryId: repository.library_instance_id})" translate>
              {{ repository.content_counts.erratum }} Errata
            </a>
          </div>
          <div>
            <a ui-sref="product.repository.manage-content.module-streams({productId: repository.product.id, repositoryId: repository.library_instance_id})">
              {{ repository.content_counts.module_stream || 0 }} Module Streams
            </a>
          </div>
        </td>
      </tr>
    </tbody>
  </table>
</div>

Version data entries

108 entries across 108 versions & 1 rubygems

Version Path
katello-4.4.2.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-yum.html
katello-4.4.2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-yum.html
katello-4.4.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-yum.html
katello-4.5.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-yum.html
katello-4.5.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-yum.html
katello-4.5.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-yum.html
katello-4.4.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-yum.html
katello-4.5.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-yum.html
katello-4.4.0.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-yum.html
katello-4.4.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-yum.html
katello-4.3.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-yum.html
katello-4.4.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-yum.html
katello-4.4.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-yum.html
katello-4.4.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-yum.html
katello-4.2.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-yum.html
katello-4.3.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-yum.html
katello-4.3.0.rc4 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-yum.html
katello-4.3.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-yum.html
katello-4.3.0.rc2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-yum.html
katello-4.3.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-yum.html