Sha256: 880d7543f90a8ce9578a5dc8040d1c323114568f42273cfc29ef34c1356256c9

Contents?: true

Size: 1.29 KB

Versions: 178

Compression:

Stored size: 1.29 KB

Contents

<span page-title ng-model="file">{{ 'Content Views for File: ' | translate }} {{ file.name }}</span>

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

<div data-extend-template="layouts/partials/table.html">
  <span data-block="no-rows-message" translate>
    No Content Views contain this File
  </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

178 entries across 178 versions & 1 rubygems

Version Path
katello-4.9.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/views/file-content-views.html
katello-4.8.4 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/views/file-content-views.html
katello-4.9.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/views/file-content-views.html
katello-4.8.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/views/file-content-views.html
katello-4.9.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/views/file-content-views.html
katello-4.7.6 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/views/file-content-views.html
katello-4.8.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/views/file-content-views.html
katello-4.9.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/views/file-content-views.html
katello-4.9.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/views/file-content-views.html
katello-4.8.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/views/file-content-views.html
katello-4.7.5 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/views/file-content-views.html
katello-4.8.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/views/file-content-views.html
katello-4.8.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/views/file-content-views.html
katello-4.7.4 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/views/file-content-views.html
katello-4.8.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/views/file-content-views.html
katello-4.7.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/views/file-content-views.html
katello-4.7.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/views/file-content-views.html
katello-4.7.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/views/file-content-views.html
katello-4.6.2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/views/file-content-views.html
katello-4.6.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/views/file-content-views.html