Sha256: 646dc834ac12c87aef64d475ea70be74993b4be5ce224c59842e293f607870a6

Contents?: true

Size: 1.39 KB

Versions: 8

Compression:

Stored size: 1.39 KB

Contents

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

<h3 translate>Content Views that contain this Puppet Module</h3>

<div data-extend-template="layouts/partials/table.html">
  <span data-block="no-rows-message" translate>
    No Content Views contain this Puppet Module
  </span>

  <span data-block="no-search-results-message" translate>
    Your search returned zero Content Views
  </span>

  <div data-block="table">
    <table class="table table-striped table-bordered"
           ng-class="{'table-mask': table.working}"
           ng-show="table.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 table.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

8 entries across 8 versions & 1 rubygems

Version Path
katello-3.4.4 engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/views/puppet-module-content-views.html
katello-3.4.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/views/puppet-module-content-views.html
katello-3.4.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/views/puppet-module-content-views.html
katello-3.4.0.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/views/puppet-module-content-views.html
katello-3.4.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/views/puppet-module-content-views.html
katello-3.4.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/views/puppet-module-content-views.html
katello-3.4.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/views/puppet-module-content-views.html
katello-3.4.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/views/puppet-module-content-views.html