Sha256: 2f512b850d71f9171d10ff458e60003122ef02439dad3b74958f8cf6d0da9682

Contents?: true

Size: 622 Bytes

Versions: 7

Compression:

Stored size: 622 Bytes

Contents

<!-- modal window -->
<div class="modal fade" id="previewHostsModal" role="dialog" aria-hidden="true" data-url="<%= preview_hosts_job_invocations_path %>">
  <div class="modal-dialog">
    <div class="modal-content">
      <div class="modal-header">
        <button type="button" class="close" onclick="close_preview_hosts_modal(); return false;"><span aria-hidden="true">&times;</span><span class="sr-only"><%= _('Close') %></span></button>
        <h4 class="modal-title">Preview Hosts</h4>
      </div>
      <div class="modal-body" style="overflow-y: auto; max-height: 500px;">
      </div>
    </div>
  </div>
</div>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
foreman_remote_execution-0.3.0 app/views/job_invocations/_preview_hosts_modal.html.erb
foreman_remote_execution-0.2.3 app/views/job_invocations/_preview_hosts_modal.html.erb
foreman_remote_execution-0.2.2 app/views/job_invocations/_preview_hosts_modal.html.erb
foreman_remote_execution-0.2.1 app/views/job_invocations/_preview_hosts_modal.html.erb
foreman_remote_execution-0.1.2 app/views/job_invocations/_preview_hosts_modal.html.erb
foreman_remote_execution-0.1.1 app/views/job_invocations/_preview_hosts_modal.html.erb
foreman_remote_execution-0.1.0 app/views/job_invocations/_preview_hosts_modal.html.erb