Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F401783
_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
Thu, Feb 20, 10:06 AM
Size
983 B
Mime Type
text/plain
Expires
Sat, Feb 22, 10:06 AM (17 m, 18 s)
Engine
blob
Format
Raw Data
Handle
191771
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
@jobs
[
job
.
name_for_config
]
%>
<%=
I18n
.
l
(
@jobs
[
job
.
name_for_config
]
,
format
:
:long
)
%>
<%
end
%>
</td>
<td>
<%
if
job
.
baculized?
&&
job
.
backup?
%>
<%=
button_or_disabled_with_label
(
@client
.
host
.
blocked?
||
!
job
.
enabled?
,
'Full Backup Now'
,
backup_now_host_job_path
(
job
.
host
,
job
),
method
:
:post
,
class
:
"btn btn-default"
,
role
:
"button"
,
title
:
@client
.
host
.
blocked?
?
'Client is blocked'
:
'Job not enabled'
,
icon_class
:
'glyphicon glyphicon-hdd'
,
text_class
:
'text-success'
)
%>
<%
end
%>
</td>
</tr>
Event Timeline
Log In to Comment