Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F1615021
_client.html.erb
No One
Temporary
Actions
View 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
Sat, Mar 21, 2:20 PM
Size
455 B
Mime Type
text/plain
Expires
Mon, Mar 23, 2:20 PM (1 d, 16 h)
Engine
blob
Format
Raw Data
Handle
354266
Attached To
rARCHIVING archiving
_client.html.erb
View Options
<tr>
<td>
<%=
link_to
client
.
name
,
client
%>
</td>
<td>
<%=
client
.
uname
%>
</td>
<td>
<%=
@stats
.
active_jobs
[
client
.
id
]
||
0
%>
</td>
<td>
<%=
@stats
.
last_jobs
[
client
.
id
]
%>
</td>
<td>
<%=
client
.
file_retention_days
%>
</td>
<td>
<%=
client
.
job_retention_days
%>
</td>
<td>
<%=
number_to_human_size
(
@stats
.
jobs_sizes
[
client
.
id
]
)
%>
</td>
<td>
<%=
number_by_magnitude
(
@stats
.
jobs_files
[
client
.
id
]
)
%>
</td>
<td>
<%=
client
.
auto_prune_human
%>
</td>
</tr>
Event Timeline
Log In to Comment