Sha256: 455e5e20ee423d6d4a44ed900621268286f6d84a06445246f909aa7b1a24a06a

Contents?: true

Size: 722 Bytes

Versions: 30

Compression:

Stored size: 722 Bytes

Contents

<table class="table table-striped" 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-tags.details({tagId: tag.id})">
          {{ tag.name }}
        </a>
      </td>
      <td bst-table-cell>
        {{ tag.product.name }}
      </td>
      <td bst-table-cell>
        {{ tag.repository.name }}
      </td>
    </tr>
  </tbody>
</table>

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
katello-3.2.1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags-table-full.html
katello-3.2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags-table-full.html
katello-3.2.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags-table-full.html
katello-3.2.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags-table-full.html
katello-3.2.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags-table-full.html
katello-3.2.0.rc1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags-table-full.html
katello-3.2.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags-table-full.html
katello-3.1.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags-table-full.html
katello-3.1.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags-table-full.html
katello-3.1.0.rc2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags-table-full.html
katello-3.0.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags-table-full.html
katello-2.4.5 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags-table-full.html
katello-3.1.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags-table-full.html
katello-3.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags-table-full.html
katello-2.4.4 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags-table-full.html
katello-3.0.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags-table-full.html
katello-2.4.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags-table-full.html
katello-3.0.0.rc7 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags-table-full.html
katello-3.0.0.rc5 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags-table-full.html
katello-2.4.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags-table-full.html