Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F2570024
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, Jun 10, 7:04 PM
Size
785 B
Mime Type
text/plain
Expires
Fri, Jun 12, 7:04 PM (6 h, 23 m)
Engine
blob
Format
Raw Data
Handle
397604
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
%>
Event Timeline
Log In to Comment