Sha256: 8893dcbcf074757164eff840d0d0fc47d8157479278641a4d95b9263de7b6f1e
Contents?: true
Size: 630 Bytes
Versions: 13
Compression:
Stored size: 630 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="hostCollection in table.rows" active-row="stateIncludes('host-collections.details', {hostCollectionId: hostCollection.id})"> <td bst-table-cell> <a ui-sref="host-collections.details.info({hostCollectionId: hostCollection.id})"> {{ hostCollection.name }} </a> </td> </tr> </tbody> </table>
Version data entries
13 entries across 13 versions & 1 rubygems