Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F461525
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
Sun, May 18, 1:40 AM
Size
903 B
Mime Type
text/plain
Expires
Tue, May 20, 1:40 AM (1 d, 6 h)
Engine
blob
Format
Raw Data
Handle
220317
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'
,
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">
<%=
render
partial
:
'jobs'
%>
</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/>
<%=
link_to
'Back to clients'
,
clients_path
%>
<%=
render
partial
:
'client_graphs'
,
locals
:
{
path
:
client_path
(
@client
)
}
%>
<br/>
<%=
render
partial
:
'logs'
%>
Event Timeline
Log In to Comment