Sha256: beff7133ebe0ce70dba05df5008c11389584c8deff53f88f131d0394e70bfdbb

Contents?: true

Size: 1.66 KB

Versions: 159

Compression:

Stored size: 1.66 KB

Contents

<div data-extend-template="layouts/partials/table.html">

  <div data-block="list-actions">
    <button type="button" class="btn btn-primary"
            ng-disabled="table.numSelected === 0"
            ng-show="isState('content-view.yum.filter.package_group.list') && permitted('edit_content_views', contentView)"
            ng-click="removePackageGroups(filter)">
      <span translate>Remove Package Group</span>
    </button>

    <button type="button" class="btn btn-primary"
            ng-disabled="table.numSelected === 0"
            ng-show="isState('content-view.yum.filter.package_group.available') && permitted('edit_content_views', contentView)"
            ng-click="addPackageGroups(filter)">
      <span translate>Add Package Group</span>
    </button>
  </div>

  <div data-block="table">
    <table class="table table-striped table-bordered" ng-class="{'table-mask': table.working}">

      <thead>
        <tr bst-table-head row-select>
          <th bst-table-column><span translate>Name</span></th>
          <th bst-table-column><span translate>Product</span></th>
          <th bst-table-column><span translate>Repository</span></th>
          <th bst-table-column><span translate>Description</span></th>
        </tr>
      </thead>

      <tbody>
        <tr bst-table-row ng-repeat="packageGroup in table.rows" row-select="packageGroup">
          <td bst-table-cell>{{ packageGroup.name }}</td>
          <td bst-table-cell>{{ packageGroup.repository.product.name }}</td>
          <td bst-table-cell>{{ packageGroup.repository.name }}</td>
          <td bst-table-cell>{{ packageGroup.description }}</td>
        </tr>
      </tbody>
    </table>
  </div>

</div>

Version data entries

159 entries across 159 versions & 1 rubygems

Version Path
katello-4.4.2.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter-details.html
katello-4.4.2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter-details.html
katello-4.4.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter-details.html
katello-4.5.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter-details.html
katello-4.5.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter-details.html
katello-4.5.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter-details.html
katello-4.4.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter-details.html
katello-4.5.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter-details.html
katello-4.4.0.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter-details.html
katello-4.4.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter-details.html
katello-4.3.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter-details.html
katello-4.4.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter-details.html
katello-4.4.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter-details.html
katello-4.4.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter-details.html
katello-4.2.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter-details.html
katello-4.3.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter-details.html
katello-4.3.0.rc4 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter-details.html
katello-4.3.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter-details.html
katello-4.3.0.rc2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter-details.html
katello-4.3.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter-details.html