Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F1296887
_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
Mon, Nov 17, 11:02 PM
Size
547 B
Mime Type
text/html
Expires
Wed, Nov 19, 11:02 PM (19 h, 34 m)
Engine
blob
Format
Raw Data
Handle
290340
Attached To
rARCHIVING archiving
_clients.html.erb
View Options
<h1>My Clients</h1>
<div class="table-responsive">
<table class="table table-striped table-bordered table-condensed">
<thead>
<tr>
<th>Name</th>
<th>Uname</th>
<th>Active Jobs</th>
<th>Last Backup</th>
<th>File Ret. (days)</th>
<th>Job Ret. (days)</th>
<th>Space Used</th>
<th>Quota</th>
<th>Space Used %</th>
<th>Files</th>
</tr>
</thead>
<tbody>
<%=
render
partial
:
'client'
,
collection
:
@clients
%>
</tbody>
</table>
</div>
Event Timeline
Log In to Comment