Page MenuHomeGRNET

_recent_jobs.html.erb
No OneTemporary

File Metadata

Created
Sun, Mar 22, 12:01 AM

_recent_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>JobId</th>
<th>Level</th>
<th>Fileset</th>
<th>Started At</th>
<th>Finished At</th>
<th>Duration</th>
<th>Bytes</th>
<th>Files</th>
<th>Status</th>
</tr>
</thead>
<tbody>
<%= render partial: 'clients/recent_job', collection: @jobs %>
</tbody>
</table>
</div>
</div>

Event Timeline