Sha256: a9aaef6a4e4f4641cc347cff35e17fcf39a7acb436ebfa03b0e24fb6f862ea4e
Contents?: true
Size: 862 Bytes
Versions: 1
Compression:
Stored size: 862 Bytes
Contents
<% job_invocation = task_group.job_invocation %> <table class='table table-condensed'> <tr> <th>ID</th> <td><%= link_to(job_invocation.id, job_invocation) %></td> </tr> <tr> <th>Job Name</th> <td><%= job_invocation.job_name %></td> </tr> <tr> <th>Status</th> <td><%= link_to_invocation_task_if_authorized(job_invocation) %></td> </tr> <tr> <th>Succeeded</th> <td><%= invocation_count(job_invocation, :output_key => :success_count) %></td> </tr> <tr> <th>Failed</th> <td><%= invocation_count(job_invocation, :output_key => :failed_count) %></td> </tr> <tr> <th>Pending</th> <td><%= invocation_count(job_invocation, :output_key => :pending_count) %></td> </tr> <tr> <th>Total hosts</th> <td><%= invocation_count(job_invocation, :output_key => :total_count) %></td> </tr> </table>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
foreman_remote_execution-0.1.2 | app/views/job_invocation_task_groups/_job_invocation_task_group.html.erb |