Sha256: 63d27be91c1e09b9af0814f88bef0bd120b7a539b4796f01e909b5b8491fc5f5
Contents?: true
Size: 818 Bytes
Versions: 1
Compression:
Stored size: 818 Bytes
Contents
<div data-extend-template="layouts/details-nutupane.html"> <div data-block="header"></div> <div data-block="selection-summary"></div> <span class="input-group-addon" data-block="search-filter"> <select ng-model="repository" ng-options="repository.name for (id, repository) in repositories"> </select> </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>Repository</th> </tr> </thead> <tbody> <tr bst-table-row ng-repeat="packageGroup in detailsTable.rows"> <td bst-table-cell>{{ packageGroup.name }}</td> <td bst-table-cell>{{ packageGroup.repository.name }}</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/content-views/versions/views/content-view-version-package-groups.html |