Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F461910
_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
Sun, May 18, 7:02 PM
Size
514 B
Mime Type
text/plain
Expires
Tue, May 20, 7:02 PM (1 d, 7 h)
Engine
blob
Format
Raw Data
Handle
220466
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 />
<pre>
<%=
fileset
.
to_bacula_config_array
.
join
(
"
\n
"
)
%>
</pre>
</div>
Event Timeline
Log In to Comment