Sha256: fbbb1f9c94409de2ba5d86a9bcc47ca1e17c2d618d1420939f256aa0e3877db9

Contents?: true

Size: 1.55 KB

Versions: 30

Compression:

Stored size: 1.55 KB

Contents

<form name="productForm" class="form-horizontal" novalidate role="form">

  <div bst-form-group label="{{ 'Name' | translate }}">
    <input id="name"
           name="name"
           ng-model="product.name"
           type="text"
           tabindex="1"
           autofocus
           required/>
  </div>

  <div bst-form-group label="{{ 'Label' | translate }}">
    <input id="label"
           name="label"
           ng-model="product.label"
           type="text"
           tabindex="2"
           required/>
  </div>

  <div bst-form-group label="{{ 'GPG Key' | translate }}">
    <select id="gpg_key_id"
            name="gpg_key_id"
            ng-model="product.gpg_key_id"
            ng-options="gpg_key.id as gpg_key.name for gpg_key in gpgKeys"
            tabindex="4">
      <option value=""></option>
    </select>
  </div>

  <div bst-form-group label="{{ 'Sync Plan' | translate }}">
    <select id="sync_plan_id"
            name="sync_plan_id"
            ng-model="product.sync_plan_id"
            ng-options="syncPlan.id as syncPlan.name for syncPlan in syncPlans"
            tabindex="5">
      <option value=""></option>
    </select>
    <a ui-sref="products.new.sync-plan" translate>+ New Sync Plan</a>
  </div>

  <div bst-form-group label="{{ 'Description' | translate }}">
    <textarea id="description"
              name="description"
              ng-model="product.description">
    </textarea>
  </div>

  <div bst-form-buttons
       on-cancel="transitionTo('products.index')"
       on-save="save(product)"
       working="working">
  </div>

</form>

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
katello-3.2.1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/views/product-new-form.html
katello-3.2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/views/product-new-form.html
katello-3.2.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/views/product-new-form.html
katello-3.2.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/views/product-new-form.html
katello-3.2.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/views/product-new-form.html
katello-3.2.0.rc1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/views/product-new-form.html
katello-3.2.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/views/product-new-form.html
katello-3.1.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/views/product-new-form.html
katello-3.1.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/views/product-new-form.html
katello-3.1.0.rc2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/views/product-new-form.html
katello-3.0.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/views/product-new-form.html
katello-2.4.5 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/views/product-new-form.html
katello-3.1.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/views/product-new-form.html
katello-3.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/views/product-new-form.html
katello-2.4.4 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/views/product-new-form.html
katello-3.0.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/views/product-new-form.html
katello-2.4.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/views/product-new-form.html
katello-3.0.0.rc7 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/views/product-new-form.html
katello-3.0.0.rc5 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/views/product-new-form.html
katello-2.4.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/views/product-new-form.html