Page MenuHomeGRNET

_jobs.html.erb
No OneTemporary

File Metadata

Created
Sun, Mar 22, 1:19 AM

_jobs.html.erb

<div class="col-sm-12 col-md-8">
<h3>Backup Jobs</h3>
<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>Last Backup</th>
<th>Actions</th>
</tr>
</thead>
<tbody>
<%= render partial: 'clients/job', collection: @client.persisted_jobs, object: :job %>
</tbody>
</table>
</div>
</div>

Event Timeline