Sha256: 2450e84e5df037b32e902ffb5aba7f9f838c4d8669cd16117067c0c46965d0dd
Contents?: true
Size: 1.05 KB
Versions: 20
Compression:
Stored size: 1.05 KB
Contents
<table class="table table-striped" ng-class="{'table-mask': table.working}" ng-show="table.rows.length > 0"> <thead> <tr bst-table-head> <th bst-table-column="name" sortable><span translate>Name</span></th> <th bst-table-column="hosts"><span translate>Content Hosts</span></th> <th bst-table-column="limit"><span translate>Limit</span></th> </tr> </thead> <tbody> <tr bst-table-row ng-repeat="hostCollection in table.rows"> <td bst-table-cell> <a ui-sref="host-collections.details.info({hostCollectionId: hostCollection.id})"> {{ hostCollection.name }} </a> <i class="fa fa-chevron-right selected-icon" ng-show="hostCollection.selected"></i> </td> <td bst-table-cell> <a ui-sref="host-collections.details.hosts.list({hostCollectionId: hostCollection.id})"> {{ hostCollection.total_hosts }} </a> </td> <td bst-table-cell>{{ hostCollection.max_hosts | unlimitedFilter:hostCollection.unlimited_hosts }}</td> </tr> </tbody> </table>
Version data entries
20 entries across 20 versions & 1 rubygems