Sha256: 39438225b445ee817a366f530e229418622191ab9e83885b90612aeb4167b395
Contents?: true
Size: 622 Bytes
Versions: 13
Compression:
Stored size: 622 Bytes
Contents
<table bst-table="table" class="table table-striped table-full" ng-class="{'table-mask': table.working}"> <thead> <tr bst-table-head> <th bst-table-column="name" sortable><span translate>Name</span></th> </tr> </thead> <tbody> <tr bst-table-row ng-repeat="activationKey in table.rows" active-row="stateIncludes('activation-keys.details', {activationKeyId: activationKey.id})"> <td bst-table-cell> <a ui-sref="activation-keys.details.info({activationKeyId: activationKey.id})"> {{ activationKey.name }} </a> </td> </tr> </tbody> </table>
Version data entries
13 entries across 13 versions & 1 rubygems