Sha256: ad265db5f629d5b8332da88e589584b52c776c1affba58cde2e7e55264d341c3
Contents?: true
Size: 1.48 KB
Versions: 111
Compression:
Stored size: 1.48 KB
Contents
<span page-title>{{ 'Container Image Tags' | translate }}</span> <div data-extend-template="layouts/table-with-header.html"> <div data-block="header"> <h2 translate>Container Image Tags</h2> </div> <span data-block="no-rows-message" translate> You currently don't have any Container Image Tags. </span> <span data-block="no-search-results-message" translate> Your search returned zero Container Image Tags. </span> <div data-block="table"> <table class="table table-striped table-bordered" ng-class="{'table-mask': table.working}"> <thead> <tr bst-table-head> <th bst-table-column="name">{{ "Name" | translate }}</th> <th bst-table-column="schema_version">{{ "Available Schema Versions" | translate }}</th> <th bst-table-column="product">{{ "Product Name" | translate }}</th> <th bst-table-column="repository">{{ "Repository Name" | translate }}</th> </tr> </thead> <tbody> <tr bst-table-row ng-repeat="tag in table.rows"> <td bst-table-cell> <a ui-sref="docker-tag.info({tagId: tag.id})"> {{ tag.name }} </a> </td> <td bst-table-cell> {{ availableSchemaVersions(tag) }} </td> <td bst-table-cell> {{ tag.product.name }} </td> <td bst-table-cell> {{ getRepositoryNames(tag) }} </td> </tr> </tbody> </table> </div> </div>
Version data entries
111 entries across 111 versions & 1 rubygems