Sha256: 2cd7db86fcfe19aa104fafeacc3253708c123f4f599c02015208aed124781ca7
Contents?: true
Size: 576 Bytes
Versions: 16
Compression:
Stored size: 576 Bytes
Contents
<table class="table table-striped table-full" ng-class="{'table-mask': table.working}"> <thead> <tr bst-table-head> <th bst-table-column="nvra" sortable>{{ "RPM" | translate }}</th> </tr> </thead> <tbody> <tr bst-table-row ng-repeat="package in table.rows" active-row="stateIncludes('package.details', {packageId: package.uuid})"> <td bst-table-cell clas="ellipsis-column"> <a ui-sref="packages.details.info({packageId: package.uuid})"> {{ package.nvrea}} </a> </td> </tr> </tbody> </table>
Version data entries
16 entries across 16 versions & 1 rubygems