Sha256: 2401c8ab363a7d6196e66dec75aa8ab74114bacc790e64c6d40bae8b8dca55bb
Contents?: true
Size: 996 Bytes
Versions: 45
Compression:
Stored size: 996 Bytes
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> <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> </tr> </thead> <span data-block="no-rows-message" translate> There are no Yum Repositories that match the criteria. </span> <span data-block="no-search-results-message" translate> Your search returned zero Repositories. </span> <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> </tr> </tbody> </table> </div>
Version data entries
45 entries across 45 versions & 1 rubygems