Sha256: ae371b1d8499c7c9bf14c756f3f75d7438f059b8b8c0264c17cc99700accaf91

Contents?: true

Size: 1.73 KB

Versions: 32

Compression:

Stored size: 1.73 KB

Contents

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

<div class="loading-mask loading-mask-panel fa-3x" ng-show="filter.id === undefined">
    <i class="fa fa-spinner fa-spin"></i>
    {{ "Loading..." | translate }}
</div>

<div class="details details-full" ng-show="filter.id !== undefined">

  <ol class="breadcrumb">
    <li ng-class="{active: isState('content-views.details.filters.list')}">
      <a ui-sref="content-views.details.filters.list" translate>Filters</a>
    </li>
    
    <li ng-if="filter.type === 'erratum'" 
        ng-class="{active: stateIncludes('content-views.details.filters.details.erratum')}">
      <a ng-if="!filter.rules[0].types"
         ui-sref="content-views.details.filters.details.erratum.list({filterId: filter.id})">
        {{ filter.name }}
      </a>
      <a ng-if="filter.rules[0].types"
         ui-sref="content-views.details.filters.details.erratum.dateType({filterId: filter.id})">
        {{ filter.name }}
      </a>
    </li>
    
    <li ng-if="filter.type === 'rpm'"
        ng-class="{active: stateIncludes('content-views.details.filters.details.rpm')}">
      <a ui-sref="content-views.details.filters.details.rpm({filterId: filter.id})">
        {{ filter.name }}
      </a>
    </li>
    
    <li ng-if="filter.type === 'package_group'"
        ng-class="{active: stateIncludes('content-views.details.filters.details.package_group')}">
    <a ui-sref="content-views.details.filters.details.package_group.list({filterId: filter.id})">
        {{ filter.name }}
      </a>
    </li>
  </ol>

  <header class="details-header">
    <h3>{{ filter.name }} ({{ filter.inclusion | filterType }} {{ filter.type | filterContentType }})</h3>
  </header>

  <div ui-view></div>

</div>

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
katello-3.3.0.rc1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-details.html
katello-3.3.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-details.html
katello-3.2.1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-details.html
katello-3.2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-details.html
katello-3.2.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-details.html
katello-3.2.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-details.html
katello-3.2.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-details.html
katello-3.2.0.rc1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-details.html
katello-3.2.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-details.html
katello-3.1.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-details.html
katello-3.1.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-details.html
katello-3.1.0.rc2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-details.html
katello-3.0.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-details.html
katello-2.4.5 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-details.html
katello-3.1.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-details.html
katello-3.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-details.html
katello-2.4.4 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-details.html
katello-3.0.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-details.html
katello-2.4.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-details.html
katello-3.0.0.rc7 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-details.html