Sha256: 6b0309e22151c6141e0d706023b440447a46a1defc18d30a806a4d2678e45763
Contents?: true
Size: 644 Bytes
Versions: 121
Compression:
Stored size: 644 Bytes
Contents
<div data-extend-template="layouts/partials/table.html"> <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> </tr> </thead> <tbody> <tr bst-table-row ng-repeat="puppetModule in table.rows"> <td bst-table-cell> <a ui-sref="puppet-module.info({puppetModuleId: puppetModule.id})">{{ puppetModule.name }}-{{ puppetModule.version }}</a> </td> <td bst-table-cell>{{ puppetModule.author }}</td> </tr> </tbody> </table> </div>
Version data entries
121 entries across 121 versions & 1 rubygems
Version | Path |
---|---|
katello-3.4.0.rc1 | engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-puppet-modules.html |