Sha256: 096d15afb11bd31e3401be135590c243aeacdba7369f5235d0490912844b7cc1
Contents?: true
Size: 1.21 KB
Versions: 22
Compression:
Stored size: 1.21 KB
Contents
<div data-extend-template="layouts/details-nutupane.html"> <div data-block="header"></div> <div data-block="selection-summary"></div> <div class="well" data-block="filters"> <div> <select ng-model="contentView" ng-change="contentViewSelected(contentView)" ng-options="contentView.name for (id, contentView) in contentViews"></select> <select ng-model="repository" ng-change="repositorySelected(repository)" ng-options="repository.name for (id, repository) in repositories"></select> </div> </div> <span data-block="no-rows-message" translate> There are no Docker Tags that match the criteria. </span> <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> </tr> </thead> <tbody> <tr bst-table-row ng-repeat="dockerTag in detailsTable.rows"> <td bst-table-cell>{{ dockerTag.name }}</td> <td bst-table-cell>{{ dockerTag.product.name }}</td> <td bst-table-cell>{{ dockerTag.repository.name }}</td> </tr> </tbody> </table> </div>
Version data entries
22 entries across 22 versions & 1 rubygems