Sha256: ebbb5395429bc2ecb442b9c3fa914d9b87bb6d8174c068920f7f3d8c2b7f6f2a

Contents?: true

Size: 1.28 KB

Versions: 22

Compression:

Stored size: 1.28 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 Packages that match the criteria.
  </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 detailsTable.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

22 entries across 22 versions & 1 rubygems

Version Path
katello-3.1.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-packages.html
katello-3.1.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-packages.html
katello-3.1.0.rc2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-packages.html
katello-3.0.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-packages.html
katello-2.4.5 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-packages.html
katello-3.1.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-packages.html
katello-3.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-packages.html
katello-2.4.4 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-packages.html
katello-3.0.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-packages.html
katello-2.4.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-packages.html
katello-3.0.0.rc7 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-packages.html
katello-3.0.0.rc5 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-packages.html
katello-2.4.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-packages.html
katello-3.0.0.rc4 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-packages.html
katello-3.0.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-packages.html
katello-3.0.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-packages.html
katello-3.0.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-packages.html
katello-2.4.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-packages.html
katello-2.4.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-packages.html
katello-2.4.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-packages.html