Sha256: 286a041b98921c76c3e1e6494db7cd878599ecdfaf14d3eacf6272534e53dd74

Contents?: true

Size: 998 Bytes

Versions: 1

Compression:

Stored size: 998 Bytes

Contents

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

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

  <span class="input-group-addon" data-block="search-filter">
    <select ng-model="repository" ng-options="repository.name for (id, repository) in repositories">
    </select>
  </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

1 entries across 1 versions & 1 rubygems

Version Path
katello-2.2.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-packages.html