Sha256: 0489850ab46482968a9797856c84e4a389a9ced6a84fd79682a29905d07bdac2

Contents?: true

Size: 671 Bytes

Versions: 6

Compression:

Stored size: 671 Bytes

Contents

<% title @job_invocation.job_name %>
<% stylesheet 'job_invocations' %>

<% if @job_invocation.last_task %>
  <% title_actions(job_invocation_task_buttons(@job_invocation.last_task)) %>
<% end %>

<ul class="nav nav-tabs" data-tabs="tabs">
  <li class="active"><a href="#primary" data-toggle="tab"><%= _('Overview') %></a></li>
  <li><a href="#hosts" data-toggle="tab"><%= _('Hosts') %></a></li>
</ul>

<div class="tab-content">
  <div class="tab-pane active" id="primary">
    <%= render 'tab_overview', :job_invocation => @job_invocation %>
  </div>

  <div class="tab-pane" id="hosts">
    <%= render 'tab_hosts', :job_invocation => @job_invocation %>
  </div>
</div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
foreman_remote_execution-0.0.6 app/views/job_invocations/show.html.erb
foreman_remote_execution-0.0.5 app/views/job_invocations/show.html.erb
foreman_remote_execution-0.0.4 app/views/job_invocations/show.html.erb
foreman_remote_execution-0.0.3 app/views/job_invocations/show.html.erb
foreman_remote_execution-0.0.2 app/views/job_invocations/show.html.erb
foreman_remote_execution-0.0.1 app/views/job_invocations/show.html.erb