Sha256: cd9f75baf2ff718d750c87f11059ec8b5636690122c3ffd5a066b98a12107df1

Contents?: true

Size: 635 Bytes

Versions: 28

Compression:

Stored size: 635 Bytes

Contents

<% stylesheet 'foreman_remote_execution/modal_window' %>

<!-- 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">
      </div>
    </div>
  </div>
</div>

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
foreman_remote_execution-2.0.2 app/views/job_invocations/_preview_hosts_modal.html.erb
foreman_remote_execution-2.0.1 app/views/job_invocations/_preview_hosts_modal.html.erb
foreman_remote_execution-2.0.0 app/views/job_invocations/_preview_hosts_modal.html.erb
foreman_remote_execution-1.8.4 app/views/job_invocations/_preview_hosts_modal.html.erb
foreman_remote_execution-1.8.3 app/views/job_invocations/_preview_hosts_modal.html.erb
foreman_remote_execution-1.8.2 app/views/job_invocations/_preview_hosts_modal.html.erb
foreman_remote_execution-1.8.1 app/views/job_invocations/_preview_hosts_modal.html.erb
foreman_remote_execution-1.8.0 app/views/job_invocations/_preview_hosts_modal.html.erb
foreman_remote_execution-1.7.1 app/views/job_invocations/_preview_hosts_modal.html.erb
foreman_remote_execution-1.7.0 app/views/job_invocations/_preview_hosts_modal.html.erb
foreman_remote_execution-1.6.7 app/views/job_invocations/_preview_hosts_modal.html.erb
foreman_remote_execution-1.6.6 app/views/job_invocations/_preview_hosts_modal.html.erb
foreman_remote_execution-1.6.5 app/views/job_invocations/_preview_hosts_modal.html.erb
foreman_remote_execution-1.6.4 app/views/job_invocations/_preview_hosts_modal.html.erb
foreman_remote_execution-1.5.6 app/views/job_invocations/_preview_hosts_modal.html.erb
foreman_remote_execution-1.6.3 app/views/job_invocations/_preview_hosts_modal.html.erb
foreman_remote_execution-1.6.2 app/views/job_invocations/_preview_hosts_modal.html.erb
foreman_remote_execution-1.5.5 app/views/job_invocations/_preview_hosts_modal.html.erb
foreman_remote_execution-1.6.1 app/views/job_invocations/_preview_hosts_modal.html.erb
foreman_remote_execution-1.6.0 app/views/job_invocations/_preview_hosts_modal.html.erb