Sha256: d67b1d5ada7c6139d241acc5310513dd03c37088372d8570be48f6ef5c97f0fc

Contents?: true

Size: 857 Bytes

Versions: 9

Compression:

Stored size: 857 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="host in contentHostTable.rows"
        row-select="host"
        active-row="stateIncludes('content-hosts.details', {hostId: host.id})"
        ng-controller="ContentHostStatusController">
      <td bst-table-cell>
        <span class="fa fa-circle" ng-class="contentHostTable.getSubscriptionStatusColor(host.subscription_status)">
        </span>
        <a ui-sref="content-hosts.details.info({hostId: host.id})">
          {{ host.name }}
        </a>
      </td>
    </tr>
  </tbody>
</table>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
katello-3.0.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts-table-collapsed.html
katello-3.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts-table-collapsed.html
katello-3.0.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts-table-collapsed.html
katello-3.0.0.rc7 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts-table-collapsed.html
katello-3.0.0.rc5 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts-table-collapsed.html
katello-3.0.0.rc4 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts-table-collapsed.html
katello-3.0.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts-table-collapsed.html
katello-3.0.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts-table-collapsed.html
katello-3.0.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts-table-collapsed.html