Sha256: daf91f0088c353eedb8cdbd830c02c75f89008723210fe9b83bca182d59327a1
Contents?: true
Size: 1.02 KB
Versions: 232
Compression:
Stored size: 1.02 KB
Contents
<div data-extend-template="layouts/partials/table.html"> <span data-block="search-filter"> <select class="form-control" ng-model="contentView" ng-change="contentViewSelected(contentView)" ng-options="contentView.name for (id, contentView) in contentViews"></select> </span> <span data-block="no-rows-message" ng-bind="getNoRowsMessage()"></span> <span data-block="no-search-results-message" ng-bind="getZeroResultsMessage()"></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>Content View</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.content_view.name }}</td> </tr> </tbody> </table> </div>
Version data entries
232 entries across 171 versions & 1 rubygems