Sha256: fcc2a8e12d7cd4c9da7aae4cd24928f93e417a287120eca419f7576361c31e84
Contents?: true
Size: 623 Bytes
Versions: 17
Compression:
Stored size: 623 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 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
17 entries across 17 versions & 1 rubygems