Sha256: 834962b66c486bf97201ca8e7fb5626589973acc95999bac504a53cf80b37467
Contents?: true
Size: 690 Bytes
Versions: 29
Compression:
Stored size: 690 Bytes
Contents
<table class="table table-striped table-bordered" ng-class="{'table-mask': table.working}"> <thead> <tr bst-table-head> <th bst-table-column="name" sortable>{{ "RPM" | translate }}</th> <th bst-table-column="version">{{ "Summary" | translate }}</th> </tr> </thead> <tbody> <tr bst-table-row ng-repeat="package in table.rows"> <td bst-table-cell> <a ui-sref="packages.details.info({packageId: package.uuid})"> {{ package.nvra}} </a> <i class="fa fa-chevron-right selected-icon" ng-show="package.selected"></i> </td> <td bst-table-cell> {{ package.summary }} </td> </tr> </tbody> </table>
Version data entries
29 entries across 29 versions & 1 rubygems