Sha256: 571f33245a6bef418009cf6197008489745a42cf47943465b2135760a716d522

Contents?: true

Size: 1.32 KB

Versions: 119

Compression:

Stored size: 1.32 KB

Contents

<div data-extend-template="layouts/partials/table.html">
  <span data-block="no-rows-message" translate>
    There are no Content Views that match the criteria.
  </span>

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

  <table data-block="table" class="table table-striped table-bordered">
    <thead>
      <tr bst-table-head>
        <th bst-table-column="name" sortable>{{ "Name" | translate }}</th>
        <th bst-table-column>{{ "Composite View" | translate }}</th>
        <th bst-table-column>{{ "Last Published" | translate }}</th>
        <th bst-table-column>{{ "Repositories" | translate }}</th>
      </tr>
    </thead>

    <tbody>
      <tr bst-table-row ng-repeat="contentView in table.rows">
        <td bst-table-cell>
          <a ui-sref="content-view.versions({contentViewId: contentView.id})">
            {{ contentView.name }}
          </a>
        </td>
        <td bst-table-cell>
          <span ng-show="contentView.composite" translate>Yes</span>
          <span ng-hide="contentView.composite" translate>No</span>
        </td>
        <td bst-table-cell><long-date-time date="contentView.last_published" /></td>
        <td bst-table-cell class="number-cell">{{ contentView.repositories.length || 0 }}</td>
      </tr>
    </tbody>
  </table>
</div>

Version data entries

119 entries across 119 versions & 1 rubygems

Version Path
katello-4.4.2.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
katello-4.4.2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
katello-4.4.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
katello-4.5.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
katello-4.5.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
katello-4.5.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
katello-4.4.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
katello-4.5.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
katello-4.4.0.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
katello-4.4.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
katello-4.3.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
katello-4.4.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
katello-4.4.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
katello-4.4.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
katello-4.2.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
katello-4.3.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
katello-4.3.0.rc4 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
katello-4.3.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
katello-4.3.0.rc2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
katello-4.3.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html