Sha256: 65a2521bacd639037371e956c8981f8d509eb45a28872a412bb81397ad604032

Contents?: true

Size: 630 Bytes

Versions: 89

Compression:

Stored size: 630 Bytes

Contents

<% output_line_set['output'].gsub("\r\n", "\n").sub(/\n\Z/, '').split("\n", -1).each do |line| %>
  <%= content_tag :div, :class => 'line ' + output_line_set['output_type'], :data => { :timestamp => output_line_set['timestamp'] } do %>

    <%= content_tag(:span, (@line_counter += 1).to_s.rjust(4).gsub(' ', '&nbsp;').html_safe + ':', :class => 'counter', :title => (output_line_set['timestamp'] && Time.at(output_line_set['timestamp'].to_f))) %>
    <%= content_tag(:div, colorize_line(line.gsub(JobInvocationOutputHelper::COLOR_PATTERN, '').empty? ? "#{line}\n" : line).html_safe, :class => 'content') %>
  <% end %>
<% end %>

Version data entries

89 entries across 89 versions & 1 rubygems

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