Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F462052
logs.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, May 18, 7:51 PM
Size
1 KB
Mime Type
text/html
Expires
Tue, May 20, 7:51 PM (17 h, 52 m)
Engine
blob
Format
Raw Data
Handle
220510
Attached To
rARCHIVING archiving
logs.html.erb
View Options
<p id="notice">
<%=
notice
%>
</p>
<ul class="nav nav-tabs" role="tablist">
<li role="presentation">
<%=
link_to
'Client'
,
client_path
(
@client
),
'aria-controls'
=>
'client'
,
'role'
=>
'tab'
%>
</li>
<li class="active" role="presentation">
<%=
link_to
'Recent Jobs'
,
jobs_client_path
(
@client
),
'aria-controls'
=>
'recent jobs'
,
'role'
=>
'tab'
%>
</li>
<li role="presentation">
<%=
link_to
'Stats'
,
stats_client_path
(
@client
),
'aria-controls'
=>
'stats'
,
'role'
=>
'tab'
%>
</li>
<li role="presentation">
<%=
link_to
'Users'
,
users_client_path
(
@client
),
'aria-controls'
=>
'users'
,
'role'
=>
'tab'
%>
</li>
</ul>
<h2>
<%=
@client
.
name
%>
<%=
host_status_label
(
@client
.
host
)
%>
</h2>
<div class='row'>
<div class='col-xs-3'>
<h3>Logs <small>(
<%=
@logs
.
count
%>
)</small></h3>
</div>
<div class="col-xs-4 right text-right">
<%=
page_entries_info
@logs
,
entry_name
:
'log'
%>
<%=
paginate
@logs
%>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<div class="datatable-wrapper">
<div class="table-responsive">
<table id="logs" class="table table-striped table-bordered table-condensed">
<thead>
<tr>
<th>LogId</th>
<th>JobId</th>
<th>Job</th>
<th>Time</th>
<th class="no-order">Text</th>
</tr>
</thead>
<tbody>
<%=
render
partial
:
'log'
,
collection
:
@logs
%>
</tbody>
</table>
</div>
</div>
</div>
</div>
Event Timeline
Log In to Comment