Sha256: 64066f080f48daedcbe87116912435678ceef4a5a578b02d45fbf16037aa7e6d

Contents?: true

Size: 1.39 KB

Versions: 30

Compression:

Stored size: 1.39 KB

Contents

<span page-title ng-model="repository">{{ 'Manage OSTree Branches for Repository:' | translate }} {{ repository.name }}</span>

<div data-block="messages">
  <div bst-alert="success" ng-hide="generationTaskId === undefined">
    <button type="button" class="close" ng-click="clearTaskId()">&times;</button>
    <p translate>
      OSTree Branch metadata generation has been initiated in the background.  Click
      <a ng-href="{{ taskUrl() }}">Here</a> to monitor the progress.
    </p>
  </div>
</div>

<div data-extend-template="layouts/partials/table.html">
  <div data-block="table">
    <table class="table table-striped table-bordered" >

      <thead>
        <tr bst-table-head>
          <th bst-table-column><span translate>Branch Name</span></th>
          <th bst-table-column><span translate>Version</span></th>
          <th bst-table-column><span translate>Commit</span></th>
          <th bst-table-column><span translate>Date</span></th>
        </tr>
      </thead>

      <tbody>
        <tr bst-table-row ng-repeat="item in table.rows">
          <td bst-table-cell>
            {{ item.name }}
          </td>
          <td bst-table-cell>
            {{ item.version }}
          </td>
          <td bst-table-cell>
            {{ item.commit }}
          </td>
          <td bst-table-cell>
            {{ item.version_date }}
          </td>
        </tr>
      </tbody>
    </table>
  </div>
</div>

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
katello-3.11.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ostree-branches.html
katello-3.11.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ostree-branches.html
katello-3.11.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ostree-branches.html
katello-3.10.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ostree-branches.html
katello-3.10.0.rc1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ostree-branches.html
katello-3.9.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ostree-branches.html
katello-3.10.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ostree-branches.html
katello-3.9.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ostree-branches.html
katello-3.8.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ostree-branches.html
katello-3.9.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ostree-branches.html
katello-3.9.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ostree-branches.html
katello-3.7.1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ostree-branches.html
katello-3.7.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ostree-branches.html
katello-3.8.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ostree-branches.html
katello-3.8.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ostree-branches.html
katello-3.8.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ostree-branches.html
katello-3.7.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ostree-branches.html
katello-3.8.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ostree-branches.html
katello-3.7.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ostree-branches.html
katello-3.7.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ostree-branches.html