Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F887963
_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
Sun, Aug 10, 7:41 AM
Size
842 B
Mime Type
text/html
Expires
Tue, Aug 12, 7:41 AM (14 h, 10 m)
Engine
blob
Format
Raw Data
Handle
230078
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