Sha256: 9da237fc7364c94c9dc998deb5b971d6cd4722ad2b23c3119f293dc347d11e31

Contents?: true

Size: 1.4 KB

Versions: 8

Compression:

Stored size: 1.4 KB

Contents

<div data-extend-template="layouts/details-nutupane.html">

  <div data-block="header"></div>
  <div data-block="selection-summary"></div>

  <div class="well" data-block="filters">
    <div>
      <select ng-model="contentView" ng-change="contentViewSelected(contentView)" ng-options="contentView.name for (id, contentView) in contentViews"></select>
      <select ng-model="repository" ng-change="repositorySelected(repository)" ng-options="repository.name for (id, repository) in repositories"></select>
    </div>
  </div>

  <span data-block="no-rows-message" translate>
    There are no OSTree Branches that match the criteria.
  </span>

  <span data-block="no-search-results-message" translate>
    Your search returned zero OSTree Branches.
  </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>
        <th bst-table-column translate>Date</th>
      </tr>
    </thead>

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

</div>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
katello-3.3.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-ostree.html
katello-3.3.1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-ostree.html
katello-3.3.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-ostree.html
katello-3.3.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-ostree.html
katello-3.3.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-ostree.html
katello-3.3.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-ostree.html
katello-3.3.0.rc1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-ostree.html
katello-3.3.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-ostree.html