Sha256: 65a2f09f7b3f3208be78c75e9da69a64741737daf3e6baae100c6419c14cfa0c

Contents?: true

Size: 837 Bytes

Versions: 6

Compression:

Stored size: 837 Bytes

Contents

<span page-title ng-model="filter">{{ 'Package Filter:' | translate }} {{ filter.name }}</span>

<nav>
  <ul class="nav nav-tabs">

    <li ng-class="{active: isState('content-view.filter.rpm.edit')}">
      <a ui-sref="content-view.filter.rpm.edit" translate>
        Details
      </a>
    </li>

    <li ng-class="{active: isState('content-view.filter.rpm.details')}">
      <a ui-sref="content-view.filter.rpm.details" translate>
        RPMs
      </a>
    </li>

    <li ng-class="{active: isState('content-view.filter.rpm.repositories')}"
        ng-show="!contentView.permissions.editable">
      <a ui-sref="content-view.filter.rpm.repositories({filterId: filter.id})"
         ng-include="'content-views/details/filters/views/partials/filter-repositories-count.html'">
      </a>
    </li>

  </ul>
</nav>

<div ui-view></div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
katello-3.3.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter.html
katello-3.3.1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter.html
katello-3.3.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter.html
katello-3.3.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter.html
katello-3.3.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter.html
katello-3.3.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter.html