Sha256: cd009b06b6f268a8f15a665e0ac6d357e621a6e4e3d9e5f12ffb2ad834cbb77f
Contents?: true
Size: 1.18 KB
Versions: 8
Compression:
Stored size: 1.18 KB
Contents
<div data-extend-template="layouts/details-nutupane.html"> <div data-block="header"></div> <div data-block="selection-summary"></div> <div class="well" data-block="filters"> <div> <select ng-model="contentView" ng-change="contentViewSelected(contentView)" ng-options="contentView.name for (id, contentView) in contentViews"></select> </div> </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 detailsTable.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
8 entries across 8 versions & 1 rubygems