Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F1297064
_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
Tue, Nov 18, 12:54 AM
Size
848 B
Mime Type
text/plain
Expires
Thu, Nov 20, 12:54 AM (1 d, 6 h)
Engine
blob
Format
Raw Data
Handle
290411
Attached To
rARCHIVING archiving
_client.html.erb
View Options
<tr>
<td>
<%=
link_to_if
client
.
host
.
present?
,
"#
#{
client
.
id
}
"
,
admin_client_path
(
client
)
%>
</td>
<td>
<%=
link_to_if
client
.
host
.
present?
,
client
.
name
,
admin_client_path
(
client
)
%>
</td>
<td>
<%=
client
.
uname
%>
</td>
<td>
<%=
client
.
host
.
try
(
:origin
)
%>
</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_to_human_size
(
client
.
quota
)
%>
</td>
<td>
<%
if
client
.
quota
.
to_f
>
0
%>
<%=
pretty_percentage
(
@stats
.
jobs_sizes
[
client
.
id
].
to_f
/
client
.
quota
,
client
.
quota
)
%>
<%
end
%>
</td>
<td>
<%=
number_by_magnitude
(
@stats
.
jobs_files
[
client
.
id
]
)
%>
</td>
<td>
<%=
client
.
auto_prune_human
%>
</td>
</tr>
Event Timeline
Log In to Comment