Sha256: f734ec7e5dfea92e150379a8d0096e812b1ebeafb59988ea076cb0aebc8b72e7

Contents?: true

Size: 469 Bytes

Versions: 13

Compression:

Stored size: 469 Bytes

Contents

$('div#title_action div.btn-group').html('<%= button_group(job_invocation_task_buttons(@job_invocation.task)).html_safe %>');

<% if @auto_refresh %>
  if(window.allJsLoaded){
    delayed_refresh($('script#job_invocation_refresh').data('refresh-url'), job_invocation_refresh_data())
  }
  else {
    $(document).on('loadJS', function() {
      delayed_refresh($('script#job_invocation_refresh').data('refresh-url'), job_invocation_refresh_data())
    });
  }
<% end %>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
foreman_remote_execution-14.1.1 app/views/job_invocations/show.js.erb
foreman_remote_execution-14.1.0 app/views/job_invocations/show.js.erb
foreman_remote_execution-14.0.2 app/views/job_invocations/show.js.erb
foreman_remote_execution-14.0.1 app/views/job_invocations/show.js.erb
foreman_remote_execution-13.2.6 app/views/job_invocations/show.js.erb
foreman_remote_execution-14.0.0 app/views/job_invocations/show.js.erb
foreman_remote_execution-13.2.5 app/views/job_invocations/show.js.erb
foreman_remote_execution-13.2.4 app/views/job_invocations/show.js.erb
foreman_remote_execution-13.2.3 app/views/job_invocations/show.js.erb
foreman_remote_execution-13.2.2 app/views/job_invocations/show.js.erb
foreman_remote_execution-13.2.1 app/views/job_invocations/show.js.erb
foreman_remote_execution-13.2.0 app/views/job_invocations/show.js.erb
foreman_remote_execution-13.0.0 app/views/job_invocations/show.js.erb