Page MenuHomeGRNET

_job_template_details.html.erb
No OneTemporary

File Metadata

Created
Sun, May 17, 2:29 AM

_job_template_details.html.erb

<tr>
<td><%= link_to job.name, host_job_path(@host, job) %></td>
<td><%= job.job_type %></td>
<td><%= job.fileset.name %></td>
<td><%= job.schedule.name %></td>
<td><%= job.priority %></td>
</tr>

Event Timeline