Sha256: c116c346788bc1bd92a1bb2e559910a2be4f00b675a89e247e48ee212cec7fa8

Contents?: true

Size: 1.07 KB

Versions: 8

Compression:

Stored size: 1.07 KB

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>

    <span data-block="no-search-results-message" translate>
      Your search returned zero Repositories.
    </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

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-repositories.html
katello-3.3.1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
katello-3.3.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
katello-3.3.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
katello-3.3.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
katello-3.3.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
katello-3.3.0.rc1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
katello-3.3.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html