Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F462302
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, 9:23 PM
Size
443 B
Mime Type
text/plain
Expires
Tue, May 20, 9:23 PM (22 h, 28 m)
Engine
blob
Format
Raw Data
Handle
220487
Attached To
rARCHIVING archiving
show.html.erb
View Options
<%=
render
partial
:
'header'
%>
<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>
</div>
<br/>
<%=
link_to
'Back to clients'
,
clients_path
%>
<%=
render
partial
:
'jobs/modals'
%>
Event Timeline
Log In to Comment