Sha256: 3c091b153582506866ded6cddf43f2ae8e36956694cde2ca66af2df09718891f

Contents?: true

Size: 241 Bytes

Versions: 154

Compression:

Stored size: 241 Bytes

Contents

<% if @auto_refresh %>
$(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

154 entries across 154 versions & 1 rubygems

Version Path
foreman_remote_execution-1.1.0 app/views/template_invocations/_refresh.js.erb
foreman_remote_execution-1.0.0 app/views/template_invocations/_refresh.js.erb
foreman_remote_execution-0.3.2 app/views/template_invocations/_refresh.js.erb
foreman_remote_execution-0.3.1 app/views/template_invocations/_refresh.js.erb
foreman_remote_execution-0.3.0 app/views/template_invocations/_refresh.js.erb
foreman_remote_execution-0.2.3 app/views/template_invocations/_refresh.js.erb
foreman_remote_execution-0.2.2 app/views/template_invocations/_refresh.js.erb
foreman_remote_execution-0.2.1 app/views/template_invocations/_refresh.js.erb
foreman_remote_execution-0.1.2 app/views/template_invocations/_refresh.js.erb
foreman_remote_execution-0.1.1 app/views/template_invocations/_refresh.js.erb
foreman_remote_execution-0.1.0 app/views/template_invocations/_refresh.js.erb
foreman_remote_execution-0.0.10 app/views/template_invocations/_refresh.js.erb
foreman_remote_execution-0.0.8 app/views/template_invocations/_refresh.js.erb
foreman_remote_execution-0.0.7 app/views/template_invocations/_refresh.js.erb