Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F1297066
_client_graphs.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
539 B
Mime Type
text/plain
Expires
Thu, Nov 20, 12:54 AM (1 d, 6 h)
Engine
blob
Format
Raw Data
Handle
290247
Attached To
rARCHIVING archiving
_client_graphs.html.erb
View Options
<br />
<div class='row'>
<div class="col-xs-4">
<div id="jobs_status"></div>
</div>
<div class="col-xs-4">
<div id="jobs_stats"></div>
</div>
<div class="col-xs-4">
<%=
bootstrap_form_tag
(
url
:
path
,
method
:
:post
,
layout
:
:inline
)
do
|
f
|
%>
<%=
f
.
select
(
:days_back
,
[[
'1 week'
,
7
]
,
[
'2 weeks'
,
14
]
,
[
'1 month'
,
30
]]
)
%>
<%=
f
.
submit
'See Stats'
,
class
:
"btn btn-primary"
%>
<%
end
%>
</div>
</div>
<%=
archiving_chart
(
'jobs_status'
,
@job_status
)
%>
<%=
archiving_chart
(
'jobs_stats'
,
@job_stats
)
%>
Event Timeline
Log In to Comment