Sha256: 1b3a47e4d968274051306a59f28154bf707e62118a78912dbf945964b20f18ed

Contents?: true

Size: 1.15 KB

Versions: 95

Compression:

Stored size: 1.15 KB

Contents

<div data-extend-template="layouts/partials/table.html">
  <div data-block="search-filter">
    <select class="form-control" ng-model="contentView" ng-change="contentViewSelected(contentView)" ng-options="contentView.name for (id, contentView) in contentViews"></select>
    <select class="form-control" ng-model="repository" ng-change="repositorySelected(repository)" ng-options="repository.name for (id, repository) in repositories"></select>
  </div>

  <span data-block="no-rows-message" ng-bind="getNoRowsMessage()"></span>
  <span data-block="no-search-results-message" ng-bind="getZeroResultsMessage()"></span>

  <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>{{ branch.name }}</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/environments/details/views/environment-ostree.html
katello-4.3.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-ostree.html
katello-4.2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-ostree.html
katello-4.2.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-ostree.html
katello-4.1.4 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-ostree.html
katello-4.0.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-ostree.html
katello-4.2.0.1.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-ostree.html
katello-3.18.5 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-ostree.html
katello-4.2.0.1.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-ostree.html
katello-4.2.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-ostree.html
katello-4.1.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-ostree.html
katello-4.2.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-ostree.html
katello-4.0.2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-ostree.html
katello-4.1.2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-ostree.html
katello-4.0.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-ostree.html
katello-4.1.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-ostree.html
katello-3.18.4 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-ostree.html
katello-4.1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-ostree.html
katello-4.1.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-ostree.html
katello-4.0.1.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-ostree.html