Sha256: 3f111f4d95e6708e32a464301fa49d358cec0884e26b08b913655404a010881f
Contents?: true
Size: 1.08 KB
Versions: 45
Compression:
Stored size: 1.08 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> <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> <span data-block="no-rows-message" translate> There are no Puppet Modules that match the criteria. </span> <span data-block="no-search-results-message" translate> Your search returned zero Puppet Modules. </span> <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
45 entries across 45 versions & 1 rubygems