Sha256: 9157c48925598f87e3d4650e9ffe4bd8e6d9cdcfe87ce3977d2110a643130ffc
Contents?: true
Size: 1.09 KB
Versions: 10
Compression:
Stored size: 1.09 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="content-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.content-hosts.list({hostCollectionId: hostCollection.id})"> {{ hostCollection.total_content_hosts }} </a> </td> <td bst-table-cell>{{ hostCollection.max_content_hosts | unlimitedFilter:hostCollection.unlimited_content_hosts }}</td> </tr> </tbody> </table>
Version data entries
10 entries across 10 versions & 1 rubygems