Sha256: 6cbc2babd52c910f8f76a7ff5e92f44378a673033851d2e645f5d0af6238c9d6

Contents?: true

Size: 1.26 KB

Versions: 12

Compression:

Stored size: 1.26 KB

Contents

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

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

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

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

  <span data-block="no-search-results-message" translate>
    Your search returned zero Docker 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="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.full_name }}
            </a>
          </td>
          <td bst-table-cell>
            {{ tag.product.name }}
          </td>
          <td bst-table-cell>
            {{ tag.repository.name }}
          </td>
        </tr>
      </tbody>
    </table>

  </div>
</div>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
katello-3.4.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
katello-3.4.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
katello-3.4.0.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
katello-3.4.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
katello-3.3.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
katello-3.4.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
katello-3.4.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
katello-3.4.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
katello-3.3.1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
katello-3.3.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
katello-3.3.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
katello-3.3.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html