Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F1299898
_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
Wed, Nov 19, 3:59 AM
Size
529 B
Mime Type
text/plain
Expires
Fri, Nov 21, 3:59 AM (1 d, 18 h)
Engine
blob
Format
Raw Data
Handle
290420
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>
<%=
baas_chart
(
'jobs_status'
,
@job_status
)
%>
<%=
baas_chart
(
'jobs_stats'
,
@job_stats
)
%>
Event Timeline
Log In to Comment