Sha256: a708dce1e31d16ae981357ed410f314e7ae73a67ce52726b975b3efd7585a919
Contents?: true
Size: 793 Bytes
Versions: 31
Compression:
Stored size: 793 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>Repository</th> <th bst-table-column translate>Tags</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>{{ 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
31 entries across 31 versions & 1 rubygems