Sha256: 608e0ad9b027660184599cc674da3190d9cbd822c95e7dca820d7afd1fda0f82

Contents?: true

Size: 1.25 KB

Versions: 167

Compression:

Stored size: 1.25 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>Release</th>
        <th bst-table-column translate>Arch</th>
      </tr>
    </thead>

    <tbody>
      <tr bst-table-row ng-repeat="package in table.rows">
        <td bst-table-cell>{{ package.name }}</td>
        <td bst-table-cell>{{ package.version }}</td>
        <td bst-table-cell>{{ package.release }}</td>
        <td bst-table-cell>{{ package.arch }}</td>
      </tr>
    </tbody>
  </table>
</div>

Version data entries

167 entries across 167 versions & 1 rubygems

Version Path
katello-4.14.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-packages.html
katello-4.14.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-packages.html
katello-4.15.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-packages.html
katello-4.15.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-packages.html
katello-4.15.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-packages.html
katello-4.14.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-packages.html
katello-4.14.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-packages.html
katello-4.14.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-packages.html
katello-4.14.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-packages.html
katello-4.14.0.rc1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-packages.html
katello-4.14.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-packages.html
katello-4.13.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-packages.html
katello-4.13.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-packages.html
katello-4.12.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-packages.html
katello-4.13.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-packages.html
katello-4.12.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-packages.html
katello-4.12.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-packages.html
katello-4.12.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-packages.html
katello-4.12.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-packages.html
katello-4.11.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-packages.html