Sha256: 47ec8efb9a976e33ed6f3f9db4a2773bc942d05be17c9c6bb49717c6c21416d9

Contents?: true

Size: 903 Bytes

Versions: 10

Compression:

Stored size: 903 Bytes

Contents

<table class="table table-striped table-bordered" ng-class="{'table-mask': contentHostTable.working}">
  <thead>
    <tr bst-table-head row-select>
      <th bst-table-column sortable><span translate>Name</span></th>
    </tr>
  </thead>

  <div data-extend-template="layouts/select-all-results.html"></div>

  <tbody>
    <tr bst-table-row
        ng-repeat="contentHost in contentHostTable.rows"
        row-select="contentHost"
        active-row="stateIncludes('content-hosts.details', {contentHostId: contentHost.uuid})"
        ng-controller="ContentHostStatusController">
      <td bst-table-cell>
        <span class="fa fa-circle" ng-class="contentHostTable.getStatusColor(contentHost.entitlementStatus)">
        </span>
        <a ui-sref="content-hosts.details.info({contentHostId: contentHost.uuid})">
          {{ contentHost.name }}
        </a>
      </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/content-hosts/views/content-hosts-table-collapsed.html
katello-2.4.4 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts-table-collapsed.html
katello-2.4.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts-table-collapsed.html
katello-2.4.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts-table-collapsed.html
katello-2.4.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts-table-collapsed.html
katello-2.4.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts-table-collapsed.html
katello-2.4.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts-table-collapsed.html
katello-2.4.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts-table-collapsed.html
katello-2.4.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts-table-collapsed.html
katello-2.2.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts-table-collapsed.html