Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F462896
_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
Mon, May 19, 12:33 AM
Size
842 B
Mime Type
text/html
Expires
Wed, May 21, 12:33 AM (6 h, 42 m)
Engine
blob
Format
Raw Data
Handle
220720
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