Sha256: 946f50d30a4af125b507d0ab8b1bd0a5ed35b1e54828dff0140631366af77117

Contents?: true

Size: 1.9 KB

Versions: 77

Compression:

Stored size: 1.9 KB

Contents

<span page-title ng-model="repository">{{ 'Manage Content for Repository:' | translate }} {{ repository.name }}</span>

<div data-extend-template="layouts/partials/table.html">
  <div data-block="list-actions">
    <div bst-modal="removeContent()" model="table" ng-show="contentType.removable">
      <div data-block="modal-header"
           translate
           translate-n="table.numSelected"
           translate-plural="Remove {{ table.numSelected }} content units?">
        Remove Content?
      </div>
      <div data-block="modal-body"
           translate
           translate-n="table.numSelected"
           translate-plural="Are you sure you want to remove the {{ table.numSelected }} content units selected?">
        Are you sure you want to remove the {{ table.getSelected()[0].name }} content unit?
      </div>
    </div>

    <button type="button" class="btn btn-default"
            ng-hide="denied('edit_products')"
            ng-click="openModal()"
            ng-disabled="table.working || table.numSelected === 0">
      <i class="fa fa-trash-o" ng-hide="table.working"></i>
      <span translate>Remove Content</span>
    </button>
  </div>

  <div data-block="table">
    <table class="table table-striped table-bordered" >

      <thead>
        <tr bst-table-head row-select>
            <th bst-table-column ng-repeat="header in contentType.detailsColumns">
              <span translate>{{header}}</span>
            </th>
        </tr>
      </thead>

      <tbody>
        <tr bst-table-row ng-repeat="package in table.rows" row-select="package">
          <td bst-table-cell ng-if="package.name">
            {{ package.name }}
          </td>
          <td bst-table-cell ng-if="package.version">
            {{ package.version }}
          </td>
          <td bst-table-cell ng-if="package.filename">
            {{ package.filename }}
          </td>
        </tr>
      </tbody>

    </table>
  </div>

</div>

Version data entries

77 entries across 77 versions & 1 rubygems

Version Path
katello-4.16.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-generic-content.html
katello-4.15.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-generic-content.html
katello-4.16.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-generic-content.html
katello-4.16.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-generic-content.html
katello-4.14.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-generic-content.html
katello-4.14.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-generic-content.html
katello-4.15.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-generic-content.html
katello-4.15.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-generic-content.html
katello-4.15.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-generic-content.html
katello-4.14.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-generic-content.html
katello-4.14.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-generic-content.html
katello-4.14.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-generic-content.html
katello-4.14.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-generic-content.html
katello-4.14.0.rc1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-generic-content.html
katello-4.14.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-generic-content.html
katello-4.13.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-generic-content.html
katello-4.13.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-generic-content.html
katello-4.12.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-generic-content.html
katello-4.13.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-generic-content.html
katello-4.12.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-generic-content.html