Sha256: 5ba46ebd12fa034a701a73ef1d48fce68a36b41f52e3d64e09c3c766aec801df
Contents?: true
Size: 1.47 KB
Versions: 50
Compression:
Stored size: 1.47 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> {{ tag.repository.name }} </td> </tr> </tbody> </table> </div> </div>
Version data entries
50 entries across 50 versions & 1 rubygems