Sha256: 233d225a983e20bf43bc5b1da866eae5b2044420f5ef2434d423469903e7c971

Contents?: true

Size: 896 Bytes

Versions: 37

Compression:

Stored size: 896 Bytes

Contents

<table class="table table-striped" ng-class="{'table-mask': table.working}">
  <thead>
    <tr bst-table-head>
      <th bst-table-column="name">{{ "Name" | translate }}</th>
      <th bst-table-column="product">{{ "Author" | translate }}</th>
      <th bst-table-column="product">{{ "Version" | translate }}</th>
      <th bst-table-column="product">{{ "Summary" | translate }}</th>
    </tr>
  </thead>

  <tbody>
    <tr bst-table-row ng-repeat="puppetModule in table.rows">
      <td bst-table-cell>
        <a ui-sref="puppet-modules.details.info({puppetModuleId: puppetModule.id})">
          {{ puppetModule.name }}
        </a>
      </td>
      <td bst-table-cell>
        {{ puppetModule.author }}
      </td>
      <td bst-table-cell>
        {{ puppetModule.version }}
      </td>
      <td bst-table-cell>
        {{ puppetModule.summary }}
      </td>
    </tr>
  </tbody>
</table>

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
katello-3.3.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/views/puppet-modules-table-full.html
katello-3.3.1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/views/puppet-modules-table-full.html
katello-3.3.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/views/puppet-modules-table-full.html
katello-3.3.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/views/puppet-modules-table-full.html
katello-3.3.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/views/puppet-modules-table-full.html
katello-3.3.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/views/puppet-modules-table-full.html
katello-3.3.0.rc1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/views/puppet-modules-table-full.html
katello-3.3.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/views/puppet-modules-table-full.html
katello-3.2.1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/views/puppet-modules-table-full.html
katello-3.2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/views/puppet-modules-table-full.html
katello-3.2.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/views/puppet-modules-table-full.html
katello-3.2.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/views/puppet-modules-table-full.html
katello-3.2.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/views/puppet-modules-table-full.html
katello-3.2.0.rc1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/views/puppet-modules-table-full.html
katello-3.2.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/views/puppet-modules-table-full.html
katello-3.1.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/views/puppet-modules-table-full.html
katello-3.1.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/views/puppet-modules-table-full.html
katello-3.1.0.rc2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/views/puppet-modules-table-full.html
katello-3.0.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/views/puppet-modules-table-full.html
katello-2.4.5 engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/views/puppet-modules-table-full.html