Sha256: 7a77f90733b29aeeab70eefc08193bf332018640c8a7980b400a6e11db7b3385

Contents?: true

Size: 1.21 KB

Versions: 6

Compression:

Stored size: 1.21 KB

Contents

<span page-title ng-model="puppetModule">{{ 'Content Views for Puppet Module: ' | translate }} {{ puppetModule.name }}</span>

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

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

  <div data-block="table">
    <table class="table table-striped table-bordered"
           ng-class="{'table-mask': detailsTable.working}"
           ng-show="detailsTable.rows.length > 0">
      <thead>
        <tr bst-table-head>
          <th bst-table-column="name"><span translate>Name</span></th>
          <th bst-table-column="name"><span translate>Environment</span></th>
          <th bst-table-column="name"><span translate>Version</span></th>
        </tr>
      </thead>

      <tbody>
        <tr bst-table-row ng-repeat="version in detailsTable.rows">
          <td bst-table-cell>
            <a ui-sref="content-view.info({contentViewId: version.content_view.id})">
              {{ version.content_view.name }}
            </a>
          </td>
          <td>
            {{ environmentNames(version.environments) }}
          </td>
          <td>
            {{ version.version }}
          </td>
        </tr>
      </tbody>
    </table>
  </div>
</div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
katello-3.3.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/views/puppet-modules-details-content-views.html
katello-3.3.1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/views/puppet-modules-details-content-views.html
katello-3.3.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/views/puppet-modules-details-content-views.html
katello-3.3.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/views/puppet-modules-details-content-views.html
katello-3.3.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/views/puppet-modules-details-content-views.html
katello-3.3.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/views/puppet-modules-details-content-views.html