Sha256: 3f1ba5cdac501b521fe891cda1bd5d862f7c8a6dd90346c44430c045c40eaf44

Contents?: true

Size: 1.32 KB

Versions: 19

Compression:

Stored size: 1.32 KB

Contents

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

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

  <div bst-form-group label="{{ 'Content Host Limit' | translate }}" field="max_hosts">
    <span translate>Unlimited Hosts:</span>
    <input type="checkbox"
           name="limit"
           ng-model="hostCollection.unlimited_hosts"/>

    <div bst-form-group label="{{ 'Limit' | translate }}" ng-hide="hostCollection.unlimited_hosts">
      <input id="max_hosts"
             name="max_hosts"
             class="form-control"
             ng-model="hostCollection.max_hosts"
             ng-required="!hostCollection.unlimited_hosts"
             type="number"
             min="1"
             tabindex="2"/>
    </div>
  </div>

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

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

</form>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
katello-3.2.1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/new/views/host-collection-new-form.html
katello-3.2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/new/views/host-collection-new-form.html
katello-3.2.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/new/views/host-collection-new-form.html
katello-3.2.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/new/views/host-collection-new-form.html
katello-3.2.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/new/views/host-collection-new-form.html
katello-3.2.0.rc1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/new/views/host-collection-new-form.html
katello-3.2.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/new/views/host-collection-new-form.html
katello-3.1.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/new/views/host-collection-new-form.html
katello-3.1.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/new/views/host-collection-new-form.html
katello-3.1.0.rc2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/new/views/host-collection-new-form.html
katello-3.0.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/new/views/host-collection-new-form.html
katello-3.1.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/new/views/host-collection-new-form.html
katello-3.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/new/views/host-collection-new-form.html
katello-3.0.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/new/views/host-collection-new-form.html
katello-3.0.0.rc7 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/new/views/host-collection-new-form.html
katello-3.0.0.rc5 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/new/views/host-collection-new-form.html
katello-3.0.0.rc4 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/new/views/host-collection-new-form.html
katello-3.0.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/new/views/host-collection-new-form.html
katello-3.0.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/new/views/host-collection-new-form.html