Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F461820
new.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 18, 6:30 PM
Size
511 B
Mime Type
text/plain
Expires
Tue, May 20, 6:30 PM (1 d, 10 h)
Engine
blob
Format
Raw Data
Handle
220445
Attached To
rARCHIVING archiving
new.html.erb
View Options
<h1>New Job Template</h1>
<div class="row">
<div class="col-xs-4">
<div class="panel panel-default">
<div class="panel-heading">
<h3> Job Attributes</h3>
</div>
<br />
<%=
render
'form'
%>
</div>
</div>
<div class="col-xs-4">
<div id="fileset">
</div>
<div id="schedule">
</div>
</div>
</div>
<div class="row">
<div class="col-xs-1">
<%=
link_to
'Cancel'
,
host_path
(
@job
.
host
),
class
:
'btn btn-danger'
,
role
:
'button'
%>
</div>
</div>
Event Timeline
Log In to Comment