Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F462345
index.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
Sun, May 18, 9:40 PM
Size
479 B
Mime Type
text/plain
Expires
Tue, May 20, 9:40 PM (19 h, 15 m)
Engine
blob
Format
Raw Data
Handle
220059
Attached To
rARCHIVING archiving
index.html.erb
View Options
<div class="row">
<div class="col-xs-4 text-right right">
<%=
bootstrap_form_tag
(
url
:
admin_path
,
method
:
:post
,
layout
:
:inline
)
do
|
f
|
%>
<%=
f
.
select
(
:days_back
,
[[
'1 week'
,
7
]
,
[
'2 weeks'
,
14
]
,
[
'1 month'
,
30
]]
,
selected
:
params
[
:days_back
]
)
%>
<%=
f
.
submit
'See Stats'
,
class
:
"btn btn-primary"
%>
<%
end
%>
</div>
</div>
<br />
<%=
render
partial
:
'clients/client_graphs'
,
locals
:
{
path
:
admin_path
}
%>
<%=
render
partial
:
'admin/jobs/jobs'
%>
Event Timeline
Log In to Comment