Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F5401940
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
Wed, Sep 9, 6:12 PM
Size
789 B
Mime Type
text/plain
Expires
Fri, Sep 11, 6:12 PM (1 d, 7 h)
Engine
blob
Format
Raw Data
Handle
438538
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