Sha256: cd443a315f5cdc98ed8b2ed46d2aa9a4d8be036b81d9f0f5a52b0ae6f9d395dc

Contents?: true

Size: 508 Bytes

Versions: 18

Compression:

Stored size: 508 Bytes

Contents

<% if @auto_refresh %>
   if(window.allJsLoaded){
    delayed_refresh($("div.terminal").data('refresh-url'),
          {"since": "<%= @line_sets.last.try(:[], 'timestamp') || @since %>", "line_counter": $("div.terminal div.line").size()})
  }
  else {
    $(document).on('loadJS', function() {
      delayed_refresh($("div.terminal").data('refresh-url'),
          {"since": "<%= @line_sets.last.try(:[], 'timestamp') || @since %>", "line_counter": $("div.terminal div.line").size()})
    });
  }
<% end %>

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
foreman_remote_execution-13.2.7 app/views/template_invocations/_refresh.js.erb
foreman_remote_execution-15.0.0 app/views/template_invocations/_refresh.js.erb
foreman_remote_execution-14.1.4 app/views/template_invocations/_refresh.js.erb
foreman_remote_execution-14.1.3 app/views/template_invocations/_refresh.js.erb
foreman_remote_execution-14.1.2 app/views/template_invocations/_refresh.js.erb
foreman_remote_execution-14.1.1 app/views/template_invocations/_refresh.js.erb
foreman_remote_execution-14.1.0 app/views/template_invocations/_refresh.js.erb
foreman_remote_execution-14.0.2 app/views/template_invocations/_refresh.js.erb
foreman_remote_execution-14.0.1 app/views/template_invocations/_refresh.js.erb
foreman_remote_execution-13.2.6 app/views/template_invocations/_refresh.js.erb
foreman_remote_execution-14.0.0 app/views/template_invocations/_refresh.js.erb
foreman_remote_execution-13.2.5 app/views/template_invocations/_refresh.js.erb
foreman_remote_execution-13.2.4 app/views/template_invocations/_refresh.js.erb
foreman_remote_execution-13.2.3 app/views/template_invocations/_refresh.js.erb
foreman_remote_execution-13.2.2 app/views/template_invocations/_refresh.js.erb
foreman_remote_execution-13.2.1 app/views/template_invocations/_refresh.js.erb
foreman_remote_execution-13.2.0 app/views/template_invocations/_refresh.js.erb
foreman_remote_execution-13.0.0 app/views/template_invocations/_refresh.js.erb