Sha256: 1fde82a9adfbda3ad09a5ef1c0f1e5b29aec94b6b877379922b23ec56d2fc3c3

Contents?: true

Size: 1.29 KB

Versions: 74

Compression:

Stored size: 1.29 KB

Contents

<span page-title ng-model="deb">{{ 'Content Views for Deb: ' | translate }} {{ deb.nva }}</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

74 entries across 74 versions & 1 rubygems

Version Path
katello-4.16.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
katello-4.14.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
katello-4.14.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
katello-4.15.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
katello-4.15.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
katello-4.15.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
katello-4.14.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
katello-4.14.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
katello-4.14.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
katello-4.14.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
katello-4.14.0.rc1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
katello-4.14.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
katello-4.13.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
katello-4.13.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
katello-4.12.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
katello-4.13.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
katello-4.12.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
katello-4.12.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
katello-4.12.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
katello-4.12.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html