Sha256: ff6299f756d62d3b5d3d93c75b6cf9fa94d954072803e2f378955859df35f70d

Contents?: true

Size: 1.88 KB

Versions: 121

Compression:

Stored size: 1.88 KB

Contents

<span page-title ng-model="contentView">{{ 'Available Puppet Modules for Content View:' | translate }} {{ contentView.name }}</span>

<h3 translate>
  Select A New Puppet Module To Add
</h3>

<div data-extend-template="layouts/partials/table.html">
  <span data-block="no-rows-message" translate>
    No puppet modules found
  </span>

  <span data-block="no-search-results-message" translate>
    Your search returned zero Puppet Modules.
  </span>

  <div data-block="search">
    <div class="input-group">
      <input type="text"
             class="form-control"
             placeholder="{{ 'Filter...' | translate }}"
             ng-model="table.searchTerm"
             bst-on-enter="table.search(table.searchTerm)"
             ng-trim="false"
             uib-typeahead="item.label for item in table.fetchAutocomplete($viewValue)"
             typeahead-template-url="components/views/autocomplete-scoped-search.html"/>
      <span class="input-group-btn">
        <button ng-click="table.search(table.searchTerm)" class="btn btn-default" type="button"><i class="fa fa-search"></i></button>
      </span>
    </div>
  </div>

  <div data-block="table">
    <table class="table table-striped table-bordered">
      <thead>
        <tr bst-table-head>
          <th bst-table-column><span translate>Name</span></th>
          <th bst-table-column><span translate>Actions</span></th>
        </tr>
      </thead>

      <tbody>
        <tr bst-table-row ng-repeat="item in table.rows">
          <td >{{ item.name }}</td>
          <td  class="action-cell">
            <button translate
                    type="button"
                    class="btn btn-default"
                    ng-hide="denied('edit_content_views', contentView)"
                    ng-click="selectVersion(item.name)">
              Select a Version
            </button>
          </td>
        </tr>
      </tbody>
    </table>
  </div>
</div>

Version data entries

121 entries across 121 versions & 1 rubygems

Version Path
katello-3.14.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-names.html
katello-3.13.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-names.html
katello-3.14.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-names.html
katello-3.13.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-names.html
katello-3.14.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-names.html
katello-3.13.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-names.html
katello-3.13.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-names.html
katello-3.13.0.rc2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-names.html
katello-3.13.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-names.html
katello-3.12.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-names.html
katello-3.12.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-names.html
katello-3.13.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-names.html
katello-3.12.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-names.html
katello-3.11.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-names.html
katello-3.10.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-names.html
katello-3.12.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-names.html
katello-3.12.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-names.html
katello-3.10.1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-names.html
katello-3.12.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-names.html
katello-3.10.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-names.html