Sha256: d0e1772dc3d8b52d5ae5f420a1eccbee56f1683dc112ad28af1d012c0771a849

Contents?: true

Size: 1.16 KB

Versions: 13

Compression:

Stored size: 1.16 KB

Contents

<span page-title>{{ 'Products' | translate }}</span>

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

  <div data-block="header">
    {{ 'Products' | translate }}
  </div>

  <div data-block="actions">
    <button class="btn btn-default"
            ng-show="permitted('edit_products') || permitted('destroy_products')"
            ui-sref="products.bulk-actions.sync">
      <i class="fa fa-group leading-icon"></i>
      {{ "Bulk Actions" | translate }}
    </button>

    <button class="btn btn-default"
            bst-feature-flag="custom_products"
            ng-hide="denied('edit_products')"
            ui-sref="products.discovery.scan">
      <i class="fa fa-crosshairs"></i>
      {{ "Repo Discovery" | translate }}
    </button>

    <button class="btn btn-primary" bst-feature-flag="custom_products" ui-sref="products.new.form" ng-hide="denied('create_products')">
      <i class="fa fa-plus"></i>
      {{ "New Product" | translate }}
    </button>
  </div>

  <span data-block="no-rows-message" translate>
    You currently don't have any Products<span bst-feature-flag="custom_products">, you can add Products using the button on the right</span>.
  </span>

</div>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
katello-3.1.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/products.html
katello-3.1.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/products.html
katello-3.1.0.rc2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/products.html
katello-3.0.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/products.html
katello-3.1.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/products.html
katello-3.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/products.html
katello-3.0.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/products.html
katello-3.0.0.rc7 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/products.html
katello-3.0.0.rc5 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/products.html
katello-3.0.0.rc4 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/products.html
katello-3.0.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/products.html
katello-3.0.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/products.html
katello-3.0.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/products.html