Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F1966970
_job.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 17, 2:48 AM
Size
637 B
Mime Type
text/plain
Expires
Tue, May 19, 2:48 AM (1 d, 22 h)
Engine
blob
Format
Raw Data
Handle
377516
Attached To
rARCHIVING archiving
_job.html.erb
View Options
<tr>
<td>
<%=
job
.
name
%>
</td>
<td>
<%=
job
.
job_type
%>
</td>
<td>
<%=
link_to
job
.
fileset
.
name
,
'#'
,
data
:
{
toggle
:
'modal'
,
target
:
".js-fileset-
#{
job
.
fileset_id
}
:first"
}
%>
</td>
<td>
<%=
link_to
job
.
schedule_human
,
'#'
,
data
:
{
toggle
:
'modal'
,
target
:
".js-schedule-
#{
job
.
schedule_id
}
:first"
}
%>
</td>
<td>
<%=
I18n
.
l
(
job
.
created_at
,
format
:
:long
)
%>
</td>
<td>
<%
if
job
.
enabled?
&&
job
.
baculized?
&&
job
.
backup?
%>
<%=
link_to
'Backup Now'
,
backup_now_host_job_path
(
job
.
host
,
job
),
method
:
:post
,
class
:
"btn btn-success"
,
role
:
"button"
%>
<%
end
%>
</td>
</tr>
Event Timeline
Log In to Comment