Sha256: 44c976be8dcb1517ae173d675631fb774dd01bbfc52779b2d455c915a137acfd
Contents?: true
Size: 965 Bytes
Versions: 114
Compression:
Stored size: 965 Bytes
Contents
<div data-extend-template="layouts/partials/table.html"> <div data-block="search-filter"> <select class="form-control" ng-model="repositoryId" ng-options="repo.id as repo.name for repo in repositories"></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>Version</th> <th bst-table-column translate>Release</th> <th bst-table-column translate>Arch</th> </tr> </thead> <tbody> <tr bst-table-row ng-repeat="package in table.rows"> <td bst-table-cell> <a ui-sref="package.info({packageId: package.id})">{{ package.name }}</a> </td> <td bst-table-cell>{{ package.version }}</td> <td bst-table-cell>{{ package.release }}</td> <td bst-table-cell>{{ package.arch }}</td> </tr> </tbody> </table> </div>
Version data entries
114 entries across 114 versions & 1 rubygems