Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F1966537
_job_templates.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
Sat, May 16, 11:51 PM
Size
659 B
Mime Type
text/html
Expires
Mon, May 18, 11:51 PM (9 h, 16 m)
Engine
blob
Format
Raw Data
Handle
378709
Attached To
rARCHIVING archiving
_job_templates.html.erb
View Options
<div class="col-xs-6">
<div class="table-responsive">
<table class="table table-striped table-bordered table-condensed">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>FileSet</th>
<th>Restore Location</th>
<th>Schedule</th>
<th>Priority</th>
<th>Enabled</th>
</tr>
</thead>
<tbody>
<%=
render
partial
:
'jobs/job_template_details'
,
collection
:
@host
.
job_templates
,
as
:
:job
%>
</tbody>
</table>
</div>
<%=
link_to
'Add Job'
,
new_host_job_path
(
host_id
:
@host
.
id
),
class
:
"btn btn-success"
,
role
:
"button"
%>
</div>
Event Timeline
Log In to Comment