Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F401781
_client_graphs.html.erb
No One
Temporary
Actions
Download 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
Thu, Feb 20, 10:04 AM
Size
842 B
Mime Type
text/html
Expires
Sat, Feb 22, 10:04 AM (13 m, 9 s)
Engine
blob
Format
Raw Data
Handle
191770
Attached To
rARCHIVING archiving
_client_graphs.html.erb
View Options
<div class='row'>
<%
if
@global_stats
.
present?
%>
<div class='col-xs-3'>
<div class="panel panel-default">
<div class="panel-heading">
<h4>Global Stats</h4>
</div>
<div class="table-responsive">
<table class="table table-striped table-bordered table-condensed">
<%
@global_stats
.
each
do
|
name
,
value
|
%>
<tr>
<td>
<%=
name
.
to_s
.
titleize
%>
</td>
<td><b>
<%=
value
%>
</b></td>
</tr>
<%
end
%>
</table>
</div>
</div>
</div>
<%
end
%>
<div class="col-xs-4">
<div id="jobs_status"></div>
</div>
<div class="col-xs-4">
<div id="jobs_stats"></div>
</div>
</div>
<%=
archiving_chart
(
'jobs_status'
,
@job_status
)
%>
<%=
archiving_chart
(
'jobs_stats'
,
@job_stats
)
%>
Event Timeline
Log In to Comment