Sha256: 01869f721dbb990d490537d3fc8e16247345f8cab65d237970130f888a9851ad
Contents?: true
Size: 1 KB
Versions: 76
Compression:
Stored size: 1 KB
Contents
<div data-extend-template="layouts/partials/table.html"> <div 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> </div> <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>Author</th> <th bst-table-column translate>Version</th> </tr> </thead> <tbody> <tr bst-table-row ng-repeat="puppetModule in table.rows"> <td bst-table-cell>{{ puppetModule.name }}</td> <td bst-table-cell>{{ puppetModule.author }}</td> <td bst-table-cell>{{ puppetModule.version }}</td> </tr> </tbody> </table> </div>
Version data entries
76 entries across 76 versions & 1 rubygems