Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F5402092
show.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, Sep 9, 7:47 PM
Size
915 B
Mime Type
text/plain
Expires
Fri, Sep 11, 7:47 PM (1 d, 4 h)
Engine
blob
Format
Raw Data
Handle
444163
Attached To
rARCHIVING archiving
show.html.erb
View Options
<p id="notice">
<%=
notice
%>
</p>
<%
if
@client
.
host
%>
<div class="row right">
<%=
link_to
'Manage Client'
,
'admin_host_path(@client.host)'
,
class
:
"btn btn-primary"
,
role
:
"button"
%>
</div>
<%
end
%>
<h2>
<%=
@client
.
name
%>
</h2>
<div class="row">
<div class="col-xs-4">
<h3>Client Details</h3>
</div>
<div class="col-xs-6">
<h3>Bacula Jobs</h3>
</div>
</div>
<div class="row">
<%=
render
partial
:
'client_details'
%>
<div class="col-xs-8">
<div class="row">
<%
if
@client
.
host
%>
<%=
render
partial
:
'jobs'
%>
<%
end
%>
</div>
<div class="row">
<div class="col-xs-6">
<h3>Recent Jobs</h3>
</div>
</div>
<div class="row">
<%=
render
partial
:
'recent_jobs'
%>
</div>
</div>
</div>
<br/>
<%=
render
partial
:
'client_graphs'
,
locals
:
{
path
:
admin_client_path
(
@client
)
}
%>
<br/>
<%=
render
partial
:
'logs'
%>
Event Timeline
Log In to Comment