Sha256: 4f2173f9fa053527edf3fc67043084d01baaeebe00b65acdd092912d3e4452d0

Contents?: true

Size: 746 Bytes

Versions: 10

Compression:

Stored size: 746 Bytes

Contents

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

<nav>
  <ul class="nav nav-tabs" ng-show="permitted('edit_host_collections', hostCollection) && permitted('edit_content_hosts')">
    <li ng-class="{active: isState('host-collections.details.content-hosts.list')}">
      <a ui-sref="host-collections.details.content-hosts.list">
        <span translate>
          List/Remove
        </span>
      </a>
    </li>

    <li ng-class="{active: stateIncludes('host-collections.details.content-hosts.add')}">
      <a ui-sref="host-collections.details.content-hosts.add">
        <span translate>
          Add
        </span>
      </a>
    </li>
  </ul>
</nav>

<div ui-view></div>

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/details/views/host-collection-content-hosts.html
katello-2.4.4 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-content-hosts.html
katello-2.4.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-content-hosts.html
katello-2.4.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-content-hosts.html
katello-2.4.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-content-hosts.html
katello-2.4.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-content-hosts.html
katello-2.4.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-content-hosts.html
katello-2.4.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-content-hosts.html
katello-2.4.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-content-hosts.html
katello-2.2.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-content-hosts.html