Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F462941
_fileset.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
Mon, May 19, 12:46 AM
Size
535 B
Mime Type
text/plain
Expires
Wed, May 21, 12:46 AM (7 h, 23 m)
Engine
blob
Format
Raw Data
Handle
220740
Attached To
rARCHIVING archiving
_fileset.html.erb
View Options
<%
if
job_id
=
(
@job
.
try
(
:id
)
||
@job_id
)
%>
<%
url_options
=
{
job_id
:
job_id
}
%>
<%
else
%>
<%
url_options
=
{}
%>
<%
end
%>
<div class="panel panel-default">
<div class="panel-heading">
<h4>
Fileset "
<%=
fileset
.
name
%>
"
<%=
link_to
edit_host_fileset_path
(
@host
,
fileset
.
id
,
url_options
)
do
%>
<label class="glyphicon glyphicon-edit text-primary right"></label>
<%
end
%>
</h4>
</div>
<br />
<div class="panel-body">
<pre>
<%=
fileset
.
human_readable
%>
</pre>
</div>
</div>
Event Timeline
Log In to Comment