Sha256: 0bd1e75601bccc073c098445f229857a2c8daf3d7e12d133129ea1329767d2e1
Contents?: true
Size: 874 Bytes
Versions: 143
Compression:
Stored size: 874 Bytes
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>{{ repository.name }}</td> <td bst-table-cell>{{ repository.product.name }}</td> <td bst-table-cell> <div> <a ui-sref="product.repository.manage-content.debs({productId: repository.product.id, repositoryId: repository.id})" translate> {{ repository.content_counts.deb }} deb Packages </a> </div> </td> </tr> </tbody> </table> </div>
Version data entries
143 entries across 143 versions & 1 rubygems