Sha256: 5a4a13e1e11ec3da7cd02deaf343a1aaa4fa3426816d01799beaf5e86b020c7d

Contents?: true

Size: 863 Bytes

Versions: 95

Compression:

Stored size: 863 Bytes

Contents

<div data-extend-template="layouts/partials/table.html">
  <div data-block="search-filter">
    <select class="form-control" ng-model="repositoryId" ng-options="repo.id as repo.name for repo in repositories"></select>
  </div>

  <table data-block="table" class="table table-striped table-bordered">
    <thead>
      <tr bst-table-head>
        <th bst-table-column translate>Name</th>
        <th bst-table-column translate>Version</th>
        <th bst-table-column translate>Commit</th>
      </tr>
    </thead>

    <tbody>
      <tr bst-table-row ng-repeat="branch in table.rows">
        <td bst-table-cell>
          <a ui-sref="ostree-branch.info({branchId: branch.id})">{{ branch.name }}</a>
        </td>
        <td bst-table-cell>{{ branch.version }}</td>
        <td bst-table-cell>{{ branch.commit }}</td>
      </tr>
    </tbody>
  </table>

</div>

Version data entries

95 entries across 95 versions & 1 rubygems

Version Path
katello-4.2.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-ostree-branches.html
katello-4.3.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-ostree-branches.html
katello-4.2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-ostree-branches.html
katello-4.2.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-ostree-branches.html
katello-4.1.4 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-ostree-branches.html
katello-4.0.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-ostree-branches.html
katello-4.2.0.1.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-ostree-branches.html
katello-3.18.5 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-ostree-branches.html
katello-4.2.0.1.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-ostree-branches.html
katello-4.2.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-ostree-branches.html
katello-4.1.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-ostree-branches.html
katello-4.2.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-ostree-branches.html
katello-4.0.2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-ostree-branches.html
katello-4.1.2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-ostree-branches.html
katello-4.0.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-ostree-branches.html
katello-4.1.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-ostree-branches.html
katello-3.18.4 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-ostree-branches.html
katello-4.1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-ostree-branches.html
katello-4.1.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-ostree-branches.html
katello-4.0.1.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-ostree-branches.html