Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F462684
_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
Sun, May 18, 11:28 PM
Size
839 B
Mime Type
text/html
Expires
Tue, May 20, 11:28 PM (14 h, 40 m)
Engine
blob
Format
Raw Data
Handle
220663
Attached To
rARCHIVING archiving
_job_templates.html.erb
View Options
<div class="col-lg-9 col-md-12">
<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>Schedule</th>
<th>Client Before Run Job</th>
<th>Client After Run Job</th>
<th>Enabled</th>
<th>Actions</th>
</tr>
</thead>
<tbody>
<%=
render
partial
:
'jobs/job_template_details'
,
collection
:
@host
.
job_templates
,
as
:
:job
%>
</tbody>
</table>
</div>
<%=
button_or_disabled_with_label
(
@host
.
blocked?
,
'Add Job'
,
new_host_simple_config_path
(
host_id
:
@host
.
id
),
class
:
"btn btn-default"
,
role
:
"button"
,
icon_class
:
'glyphicon glyphicon-plus'
,
text_class
:
'text-success'
)
%>
</div>
Event Timeline
Log In to Comment