Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F1966557
show.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
Sat, May 16, 11:52 PM
Size
789 B
Mime Type
text/plain
Expires
Mon, May 18, 11:52 PM (9 m, 11 s)
Engine
blob
Format
Raw Data
Handle
376796
Attached To
rARCHIVING archiving
show.html.erb
View Options
<div class="right">
<%=
link_to
'Edit'
,
edit_host_job_path
(
@host
,
@job
),
class
:
"btn btn-primary"
,
role
:
"button"
%>
<%=
link_to
'Delete'
,
host_job_path
(
@host
,
@job
),
method
:
:delete
,
data
:
{
confirm
:
'This will delete the job'
},
class
:
"btn btn-danger"
,
role
:
"button"
%>
</div>
<div class="row">
<div class="col-xs-6">
<div class="panel panel-default">
<div class="panel-heading">
<h1>"
<%=
@job
.
name
%>
" Job Template</h1>
</div>
<div class="row">
<%=
render
partial
:
'job_details'
%>
</div>
</div>
<div class="col-xs-2 col-xs-offset-4 right">
<%=
link_to
'Back to host'
,
host_path
(
@host
),
class
:
"btn btn-success"
,
role
:
"button"
%>
</div>
</div>
</div>
Event Timeline
Log In to Comment