Sha256: ad47d9098fd0f04472d6a9f86fde297deebdb7f9cc0012009daccdd08d5a0a71

Contents?: true

Size: 1.85 KB

Versions: 166

Compression:

Stored size: 1.85 KB

Contents

<span page-title ng-model="hostCollection">{{ 'Content Hosts for: ' | translate }} {{ hostCollection.name }}</span>

<div data-extend-template="layouts/partials/table.html">

  <div data-block="list-actions">
    <div ng-hide="denied('edit_hosts')" class="nutupane-actions fr">
       <button type="button" class="btn btn-default"
               translate
               ng-disabled="table.getSelected().length == 0 || isRemoving"
               ng-click="removeSelected()">
         Remove Selected
       </button>
    </div>
  </div>

  <span data-block="no-rows-message" translate>
    You currently don't have any Hosts in this Host Group, you can add Content Hosts after selecting the 'Add' tab.
  </span>

  <span data-block="no-search-results-message" translate>
    Your search returned zero Content Hosts.
  </span>

  <div data-block="table">
    <table ng-class="{'table-mask': table.working}" class="table table-bordered table-striped">
      <thead>
        <tr bst-table-head row-select>
          <th bst-table-column="name" translate>Name</th>
          <th bst-table-column="environment" translate>Environment</th>
          <th bst-table-column="content_view" translate>Content View</th>
        </tr>
      </thead>

      <tbody>
        <tr bst-table-row ng-repeat="host in table.rows">
          <td class="row-select">
            <input type="checkbox"
                   ng-model="host.selected"
                   ng-change="itemSelected(host)"/>
          </td>
          <td bst-table-cell >
            <a ui-sref="content-host.info({hostId: host.id})">
              {{ host.name}}
            </a>
          </td>
          <td bst-table-cell >{{ host.content_facet_attributes.lifecycle_environment.name}}</td>
          <td bst-table-cell >{{ host.content_facet_attributes.content_view.name}}</td>
        </tr>

      </tbody>
    </table>
  </div>
</div>

Version data entries

166 entries across 166 versions & 1 rubygems

Version Path
katello-4.7.6 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-hosts-list.html
katello-4.7.5 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-hosts-list.html
katello-4.7.4 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-hosts-list.html
katello-4.7.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-hosts-list.html
katello-4.7.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-hosts-list.html
katello-4.7.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-hosts-list.html
katello-4.6.2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-hosts-list.html
katello-4.6.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-hosts-list.html
katello-4.7.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-hosts-list.html
katello-4.6.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-hosts-list.html
katello-4.7.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-hosts-list.html
katello-4.7.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-hosts-list.html
katello-4.4.2.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-hosts-list.html
katello-4.4.2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-hosts-list.html
katello-4.4.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-hosts-list.html
katello-4.5.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-hosts-list.html
katello-4.6.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-hosts-list.html
katello-4.6.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-hosts-list.html
katello-4.6.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-hosts-list.html
katello-4.5.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-hosts-list.html