Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F886203
_pending_clients.html.erb
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Aug 8, 10:46 PM
Size
988 B
Mime Type
text/html
Expires
Sun, Aug 10, 10:46 PM (1 d, 11 h)
Engine
blob
Format
Raw Data
Handle
230299
Attached To
rARCHIVING archiving
_pending_clients.html.erb
View Options
<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
Log In to Comment