Sha256: c7abcd4775b1c7fc194b7645692df98f8656720c92345ce6024a981fe0353998

Contents?: true

Size: 832 Bytes

Versions: 9

Compression:

Stored size: 832 Bytes

Contents

<% phase_tag_id = phase.label.demodulize.underscore %>
<div class="tab-pane" id="<%= phase_tag_id %>">
  <div id="<%= phase_tag_id %>" class="terminal" data-refresh-url="<%= invocation_path(@invocation) %>">
    <% if @error %>
      <div class="line error"><%= @error %></div>
    <% else %>
      <%= link_to_function(_('Scroll to bottom'), '$("html, body").animate({ scrollTop: $(document).height() }, "slow");', class: 'pull-right scroll-link-bottom') %>

      <div class="printable">
        <% @line_counter = 0 %>
        <%= render partial: 'template_invocations/output_line_set', collection: normalize_line_sets(phase.live_output) %>
      </div>

      <%= link_to_function(_('Scroll to top'), '$("html, body").animate({ scrollTop: 0 }, "slow");', :class => 'pull-right scroll-link-top') %>
    <% end %>
  </div>
</div>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
foreman_patch-1.2.1 app/views/foreman_patch/invocations/_phase.html.erb
foreman_patch-1.2.0 app/views/foreman_patch/invocations/_phase.html.erb
foreman_patch-1.2.0.alpha1 app/views/foreman_patch/invocations/_phase.html.erb
foreman_patch-1.1.6.alpha5 app/views/foreman_patch/invocations/_phase.html.erb
foreman_patch-1.1.6.alpha4 app/views/foreman_patch/invocations/_phase.html.erb
foreman_patch-1.1.5 app/views/foreman_patch/invocations/_phase.html.erb
foreman_patch-1.1.4 app/views/foreman_patch/invocations/_phase.html.erb
foreman_patch-1.1.3 app/views/foreman_patch/invocations/_phase.html.erb
foreman_patch-1.1.1 app/views/foreman_patch/invocations/_phase.html.erb