Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F5402299
_job_template_details.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, Sep 9, 9:18 PM
Size
588 B
Mime Type
text/plain
Expires
Fri, Sep 11, 9:18 PM (1 d, 12 h)
Engine
blob
Format
Raw Data
Handle
446846
Attached To
rARCHIVING archiving
_job_template_details.html.erb
View Options
<tr>
<td>
<%=
link_to
job
.
name
,
host_job_path
(
@host
,
job
)
%>
</td>
<td>
<%=
job
.
job_type
%>
</td>
<td>
<%=
job
.
fileset
.
name
%>
</td>
<td>
<%=
job
.
restore_location
%>
</td>
<td>
<%=
job
.
schedule
.
name
%>
</td>
<td>
<%=
job
.
priority
%>
</td>
<td>
<%
if
job
.
enabled?
%>
<%=
link_to
'Disable'
,
toggle_enable_host_job_path
(
@host
,
job
),
method
:
:patch
,
class
:
"btn btn-warning"
,
role
:
"button"
%>
<%
else
%>
<%=
link_to
'Enable'
,
toggle_enable_host_job_path
(
@host
,
job
),
method
:
:patch
,
class
:
"btn btn-info"
,
role
:
"button"
%>
<%
end
%>
</td>
</tr>
Event Timeline
Log In to Comment