Sha256: b993f13c40e8e44a7c6f5ec123eb62daf019c4d834575a89f100f01f6b272978
Contents?: true
Size: 884 Bytes
Versions: 32
Compression:
Stored size: 884 Bytes
Contents
<div data-extend-template="layouts/details-nutupane.html"> <div data-block="header"></div> <div data-block="selection-summary"></div> <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>Repository</th> <th bst-table-column translate>Tags</th> </tr> </thead> <tbody> <tr bst-table-row ng-repeat="repository in detailsTable.rows"> <td bst-table-cell>{{ repository.name }}</td> <td bst-table-cell>{{ repository.product.name }}</td> <td bst-table-cell>{{ repository.relative_path }}</td> <td bst-table-cell class="number-cell">{{ repository.content_counts.docker_tag || 0}}</td> </tr> </tbody> </table> </div>
Version data entries
32 entries across 32 versions & 1 rubygems