Sha256: 202139bca4865184162da5213dd84cfb4cc0dffcb1856d5d18507c30654983b2

Contents?: true

Size: 1.87 KB

Versions: 51

Compression:

Stored size: 1.87 KB

Contents

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

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

  <div data-block="list-actions">
    <div ng-hide="hostCollection.readonly" class="nutupane-actions fr">
       <button type="button" class="btn btn-default"
               ng-hide="denied('edit_hosts')"
               ng-disabled="disableAddButton()"
               ng-click="addSelected()">
         <span translate>Add Selected</span>
       </button>
    </div>
  </div>

  <span data-block="no-rows-message" translate>
    You currently don't have any Content Hosts, you can create new Content Hosts by selecting Contents Host from main menu and then clicking the button on the right.
  </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.name}}</td>
      </tr>

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

Version data entries

51 entries across 51 versions & 1 rubygems

Version Path
katello-3.13.4 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-add-hosts.html
katello-3.13.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-add-hosts.html
katello-3.13.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-add-hosts.html
katello-3.13.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-add-hosts.html
katello-3.13.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-add-hosts.html
katello-3.13.0.rc2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-add-hosts.html
katello-3.13.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-add-hosts.html
katello-3.12.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-add-hosts.html
katello-3.12.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-add-hosts.html
katello-3.13.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-add-hosts.html
katello-3.12.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-add-hosts.html
katello-3.11.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-add-hosts.html
katello-3.10.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-add-hosts.html
katello-3.12.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-add-hosts.html
katello-3.12.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-add-hosts.html
katello-3.10.1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-add-hosts.html
katello-3.12.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-add-hosts.html
katello-3.10.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-add-hosts.html
katello-3.11.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-add-hosts.html
katello-3.11.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-add-hosts.html