Sha256: 571f1b79c9591c983c4a234ccea2b13edc87e14cd5c6db52045ec66a01e2efb0

Contents?: true

Size: 549 Bytes

Versions: 8

Compression:

Stored size: 549 Bytes

Contents

<h5 translate>Create a copy of {{ hostCollection.name }}</h5>

<div class="row">
  <div class="col-sm-4">
    <form name="copyHostCollectionForm">
      <div class="form-group">
        <label for="copy_name" translate>New Name:</label>
        <input id="copy_name" class="form-control" name="copy_name"
               ng-model="copyName" tabindex="1" autofocus required/>
      </div>

      <button class="btn btn-default" type="submit" ng-click="copy(copyName)">
        <span translate>Create</span>
      </button>
    </form>
  </div>
</div>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
katello-3.3.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-copy.html
katello-3.3.1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-copy.html
katello-3.3.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-copy.html
katello-3.3.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-copy.html
katello-3.3.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-copy.html
katello-3.3.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-copy.html
katello-3.3.0.rc1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-copy.html
katello-3.3.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-copy.html