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

Version Path
katello-2.4.5 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/views/host-collections-table-full.html
katello-2.4.4 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/views/host-collections-table-full.html
katello-2.4.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/views/host-collections-table-full.html
katello-2.4.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/views/host-collections-table-full.html
katello-2.4.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/views/host-collections-table-full.html
katello-2.4.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/views/host-collections-table-full.html
katello-2.4.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/views/host-collections-table-full.html
katello-2.4.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/views/host-collections-table-full.html
katello-2.4.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/views/host-collections-table-full.html
katello-2.2.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/views/host-collections-table-full.html