Sha256: 08774db84b39b056fbf8a5b2d1c6786710bc84215e05cd6eb543b372ed6e00a5
Contents?: true
Size: 1.15 KB
Versions: 1
Compression:
Stored size: 1.15 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> <tbody> <tr ng-show="detailsTable.rows.length === 0"> <td colspan="4"> <span bst-alert="info"><span translate>There are no Puppet Modules that match the criteria.</span></span> </td> </tr> <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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
katello-2.2.2 | engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-puppet-modules.html |