Sha256: bc8e60f66368b3b983db9a1a859f18ef89e16ef7c04d157caf0493d516708393

Contents?: true

Size: 1.33 KB

Versions: 123

Compression:

Stored size: 1.33 KB

Contents

<span page-title ng-model="deb">{{ 'Content Views for Deb: ' | translate }} {{ deb.name }}_{{ deb.version }}_{{ deb.architecture }}</span>

<h3 translate>Content Views that contain this Deb</h3>

<div data-extend-template="layouts/partials/table.html">
  <span data-block="no-rows-message" translate>
    No Content Views contain this Deb
  </span>

  <span data-block="no-search-results-message" translate>
    Your search returned zero Content Views
  </span>

  <div data-block="table">
    <table class="table table-striped table-bordered" ng-class="{'table-mask': table.working}">
      <thead>
        <tr bst-table-head>
          <th bst-table-column="name"><span translate>Name</span></th>
          <th bst-table-column="name"><span translate>Environment</span></th>
          <th bst-table-column="name"><span translate>Version</span></th>
        </tr>
      </thead>

      <tbody>
        <tr bst-table-row ng-repeat="version in table.rows">
          <td bst-table-cell>
            <a ui-sref="content-view.info({contentViewId: version.content_view.id})">
              {{ version.content_view.name }}
            </a>
          </td>
          <td>
            {{ environmentNames(version.environments) }}
          </td>
          <td>
            {{ version.version }}
          </td>
        </tr>
      </tbody>
    </table>
  </div>
</div>

Version data entries

123 entries across 123 versions & 1 rubygems

Version Path
katello-4.2.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
katello-4.2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
katello-4.2.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
katello-4.1.4 engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
katello-4.0.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
katello-4.2.0.1.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
katello-3.18.5 engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
katello-4.2.0.1.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
katello-4.2.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
katello-4.1.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
katello-4.2.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
katello-4.0.2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
katello-4.1.2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
katello-4.0.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
katello-4.1.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
katello-3.18.4 engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
katello-4.1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
katello-4.1.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
katello-4.0.1.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
katello-3.18.3.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html