Sha256: 26ba2a10ccc626cc11591e25b3c6e5e8273c3715a5522cbb0e8678b11aec366f

Contents?: true

Size: 701 Bytes

Versions: 10

Compression:

Stored size: 701 Bytes

Contents

<span page-title ng-model="contentHost">{{ 'Host Collections for:' | translate }} {{ contentHost.name }}</span>

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

    <li ng-class="{active: isState('content-hosts.details.host-collections.add')}">
      <a ui-sref="content-hosts.details.host-collections.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/content-hosts/details/views/host-collections.html
katello-2.4.4 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/host-collections.html
katello-2.4.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/host-collections.html
katello-2.4.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/host-collections.html
katello-2.4.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/host-collections.html
katello-2.4.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/host-collections.html
katello-2.4.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/host-collections.html
katello-2.4.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/host-collections.html
katello-2.4.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/host-collections.html
katello-2.2.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/host-collections.html