Sha256: ad265db5f629d5b8332da88e589584b52c776c1affba58cde2e7e55264d341c3

Contents?: true

Size: 1.48 KB

Versions: 111

Compression:

Stored size: 1.48 KB

Contents

<span page-title>{{ 'Container Image Tags' | translate }}</span>

<div data-extend-template="layouts/table-with-header.html">

  <div data-block="header">
    <h2 translate>Container Image Tags</h2>
  </div>

  <span data-block="no-rows-message" translate>
    You currently don't have any Container Image Tags.
  </span>

  <span data-block="no-search-results-message" translate>
    Your search returned zero Container Image Tags.
  </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">{{ "Name" | translate }}</th>
          <th bst-table-column="schema_version">{{ "Available Schema Versions" | translate }}</th>
          <th bst-table-column="product">{{ "Product Name" | translate }}</th>
          <th bst-table-column="repository">{{ "Repository Name" | translate }}</th>
        </tr>
      </thead>

      <tbody>
        <tr bst-table-row ng-repeat="tag in table.rows">
          <td bst-table-cell>
            <a ui-sref="docker-tag.info({tagId: tag.id})">
              {{ tag.name }}
            </a>
          </td>
          <td bst-table-cell>
            {{ availableSchemaVersions(tag) }}
          </td>
          <td bst-table-cell>
            {{ tag.product.name }}
          </td>
          <td bst-table-cell>
            {{ getRepositoryNames(tag) }}
          </td>
        </tr>
      </tbody>
    </table>

  </div>
</div>

Version data entries

111 entries across 111 versions & 1 rubygems

Version Path
katello-4.3.0.rc2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
katello-4.3.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
katello-4.3.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
katello-4.2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
katello-4.2.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
katello-4.1.4 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
katello-4.0.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
katello-4.2.0.1.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
katello-3.18.5 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
katello-4.2.0.1.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
katello-4.2.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
katello-4.1.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
katello-4.2.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
katello-4.0.2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
katello-4.1.2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
katello-4.0.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
katello-4.1.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
katello-3.18.4 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
katello-4.1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
katello-4.1.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html