Sha256: 75f10a9546fe592d5fdc34597386200d4055c4a9d587643f972355403f46c844

Contents?: true

Size: 973 Bytes

Versions: 22

Compression:

Stored size: 973 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="contentView" ng-change="contentViewSelected(contentView)" ng-options="contentView.name for (id, contentView) in contentViews"></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>Product</th>
      </tr>
    </thead>

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

    <tbody>
      <tr bst-table-row ng-repeat="repository in detailsTable.rows">
        <td bst-table-cell>{{ repository.name }}</td>
        <td bst-table-cell>{{ repository.product.name }}</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-repositories.html
katello-3.1.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
katello-3.1.0.rc2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
katello-3.0.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
katello-2.4.5 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
katello-3.1.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
katello-3.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
katello-2.4.4 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
katello-3.0.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
katello-2.4.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
katello-3.0.0.rc7 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
katello-3.0.0.rc5 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
katello-2.4.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
katello-3.0.0.rc4 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
katello-3.0.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
katello-3.0.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
katello-3.0.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
katello-2.4.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
katello-2.4.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
katello-2.4.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html