Sha256: 5f3b0d2b8d31fe75baa5a96bda6907f00976720bb17c3bae079f62318b58cc34

Contents?: true

Size: 1.61 KB

Versions: 18

Compression:

Stored size: 1.61 KB

Contents

<div class="row">
  <form name="productForm" class="col-sm-5" novalidate role="form">

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

    <div bst-form-group label="{{ 'Label' | translate }}">
      <input id="label"
             name="label"
             ng-model="product.label"
             type="text"
             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">
        <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">
      <option value=""></option>
    </select>
    <a ng-click="openSyncPlanModal()">
      <i class="pficon pficon-add-circle-o"></i>
      <span translate>Create Sync Plan</span>
    </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')"
         on-save="save(product)"
         working="working">
    </div>

  </form>
</div>

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
katello-3.5.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/views/product-new-form.html
katello-3.6.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/views/product-new-form.html
katello-3.6.0.1.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/views/product-new-form.html
katello-3.6.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/views/product-new-form.html
katello-3.6.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/views/product-new-form.html
katello-3.5.1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/views/product-new-form.html
katello-3.5.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/views/product-new-form.html
katello-3.5.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/views/product-new-form.html
katello-3.5.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/views/product-new-form.html
katello-3.5.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/views/product-new-form.html
katello-3.5.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/views/product-new-form.html
katello-3.4.5 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/views/product-new-form.html
katello-3.4.4 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/views/product-new-form.html
katello-3.4.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/views/product-new-form.html
katello-3.4.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/views/product-new-form.html
katello-3.4.0.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/views/product-new-form.html
katello-3.4.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/views/product-new-form.html
katello-3.4.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/views/product-new-form.html