Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F463026
_job_details.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
Mon, May 19, 1:12 AM
Size
1 KB
Mime Type
text/html
Expires
Wed, May 21, 1:12 AM (3 h, 32 m)
Engine
blob
Format
Raw Data
Handle
220759
Attached To
rARCHIVING archiving
_job_details.html.erb
View Options
<div class="col-xs-12">
<div class="table-responsive">
<table class="table table-striped table-bordered table-condensed">
<tr>
<td><b>Name</b></td>
<td>
<%=
@job
.
name
%>
</td>
</tr>
<tr>
<td><b>Type</b></td>
<td>
<%=
@job
.
job_type
%>
</td>
</tr>
<tr>
<td><b>Client</b></td>
<td>
<%=
@host
.
name
%>
</td>
</tr>
<tr>
<td><b>Fileset</b></td>
<td><pre>
<%=
@job
.
fileset
.
human_readable
%>
</pre></td>
</tr>
<%
if
@job
.
restore?
%>
<tr>
<td><b>Restore Location</b></td>
<td>
<%=
@job
.
restore_location
%>
</td>
</tr>
<%
else
%>
<tr>
<td><b>Schedule</b></td>
<td>
<pre>
<%=
@job
.
schedule
.
human_readable
%>
</pre>
</td>
</tr>
<%
end
%>
<tr>
<td><b>Client Run Before Job</b></td>
<td>
<%=
@job
.
client_before_run_file
%>
</td>
</tr>
<tr>
<td><b>Client Run After Job</b></td>
<td>
<%=
@job
.
client_after_run_file
%>
</td>
</tr>
<tr>
<td><b>Created</b></td>
<td>
<%=
I18n
.
l
(
@job
.
created_at
,
format
:
:long
)
%>
</td>
</tr>
<tr>
<td><b>Enabled</b></td>
<td>
<%=
@job
.
enabled_human
%>
</td>
</tr>
</table>
</div>
</div>
Event Timeline
Log In to Comment