Sha256: 75f10a9546fe592d5fdc34597386200d4055c4a9d587643f972355403f46c844
Contents?: true
Size: 973 Bytes
Versions: 22
Compression:
Stored size: 973 Bytes
Contents
<div data-extend-template="layouts/details-nutupane.html"> <div data-block="header"></div> <div data-block="selection-summary"></div> <span class="input-group-addon" data-block="search-filter"> <select 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> <tbody> <tr bst-table-row ng-repeat="repository in detailsTable.rows"> <td bst-table-cell>{{ repository.name }}</td> <td bst-table-cell>{{ repository.product.name }}</td> </tr> </tbody> </table> </div>
Version data entries
22 entries across 22 versions & 1 rubygems