Page MenuHomeGRNET

_jobs.html.erb
No OneTemporary

File Metadata

Created
Sat, May 17, 11:41 PM

_jobs.html.erb

<div class="col-xs-12">
<div class="table-responsive">
<table class="table table-striped table-bordered table-condensed">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Fileset</th>
<th>Schedule</th>
<th>Created</th>
<th>Actions</th>
</tr>
</thead>
<tbody>
<%= render partial: 'clients/job', collection: @client.persisted_jobs, object: :job %>
</tbody>
</table>
</div>
</div>

Event Timeline