Page MenuHomeGRNET

_pending_clients.html.erb
No OneTemporary

File Metadata

Created
Fri, Aug 8, 10:46 PM

_pending_clients.html.erb

<h1>My Pending Clients</h1>
<div class="table-responsive">
<table class="table table-striped table-bordered table-condensed">
<thead>
<tr>
<th>Name</th>
<th>FQDN</th>
<th>Port</th>
<th>Token</th>
<th data-toggle="tooltip" title="Defines the length of time that the File records will be available">
File Retention <label class="glyphicon glyphicon-question-sign"></label>
</th>
<th data-toggle="tooltip" title="Defines the length of time that the Job records will be available">
Job Retention <label class="glyphicon glyphicon-question-sign"></label>
</th>
<th data-toggle="tooltip" title="Determines if a client is backups approved">
Verified <label class="glyphicon glyphicon-question-sign"></label>
</th>
<th>Created At</th>
</tr>
</thead>
<tbody>
<%= render partial: 'hosts/host', collection: @hosts %>
</tbody>
</table>
</div>

Event Timeline