Sha256: a0f833aa72f3526d9c9188c823d638c2fcee57ba832fdd1422cea88c5253b8f4

Contents?: true

Size: 1.15 KB

Versions: 115

Compression:

Stored size: 1.15 KB

Contents

<% stylesheet 'foreman_remote_execution/foreman_remote_execution' %>

<!-- modal window -->
<div class="modal fade" id="importJobTemplateModal" role="dialog" aria-hidden="true">
  <div class="modal-dialog">
    <div class="modal-content">
      <div class="modal-header">
        <button type="button" class="close" onclick="close_import_job_template_modal(); return false;"><span aria-hidden="true">&times;</span><span class="sr-only"><%= _('Close') %></span></button>
        <h4 class="modal-title">Import Job Template</h4>
      </div>
      <div class="modal-body">
        <%= form_for :imported_template, :url => import_job_templates_path do |f| %>
          <%= file_field_f f, :template, :size => "col-md-10", :help_block  => _("Select an ERB file to upload in order to import a job template.  The template must contain metadata in the first ERB comment.") %>
          <%= checkbox_f(f, :overwrite, :label => _('Overwrite'), :help_block => _("Whether to overwrite the template if it already exists")) %>
          <%= submit_or_cancel f, false, :cancel_path => 'javascript:close_import_job_template_modal();' %>
        <% end %>
      </div>
    </div>
  </div>
</div>

Version data entries

115 entries across 115 versions & 1 rubygems

Version Path
foreman_remote_execution-13.2.7 app/views/job_templates/_import_job_template_modal.html.erb
foreman_remote_execution-15.0.0 app/views/job_templates/_import_job_template_modal.html.erb
foreman_remote_execution-14.1.4 app/views/job_templates/_import_job_template_modal.html.erb
foreman_remote_execution-14.1.3 app/views/job_templates/_import_job_template_modal.html.erb
foreman_remote_execution-14.1.2 app/views/job_templates/_import_job_template_modal.html.erb
foreman_remote_execution-14.1.1 app/views/job_templates/_import_job_template_modal.html.erb
foreman_remote_execution-14.1.0 app/views/job_templates/_import_job_template_modal.html.erb
foreman_remote_execution-14.0.2 app/views/job_templates/_import_job_template_modal.html.erb
foreman_remote_execution-14.0.1 app/views/job_templates/_import_job_template_modal.html.erb
foreman_remote_execution-13.2.6 app/views/job_templates/_import_job_template_modal.html.erb
foreman_remote_execution-14.0.0 app/views/job_templates/_import_job_template_modal.html.erb
foreman_remote_execution-13.2.5 app/views/job_templates/_import_job_template_modal.html.erb
foreman_remote_execution-13.2.4 app/views/job_templates/_import_job_template_modal.html.erb
foreman_remote_execution-13.2.3 app/views/job_templates/_import_job_template_modal.html.erb
foreman_remote_execution-13.2.2 app/views/job_templates/_import_job_template_modal.html.erb
foreman_remote_execution-12.0.7 app/views/job_templates/_import_job_template_modal.html.erb
foreman_remote_execution-13.2.1 app/views/job_templates/_import_job_template_modal.html.erb
foreman_remote_execution-13.2.0 app/views/job_templates/_import_job_template_modal.html.erb
foreman_remote_execution-10.1.3 app/views/job_templates/_import_job_template_modal.html.erb
foreman_remote_execution-13.0.0 app/views/job_templates/_import_job_template_modal.html.erb