Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F462130
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
Sun, May 18, 8:19 PM
Size
1 KB
Mime Type
text/plain
Expires
Tue, May 20, 8:19 PM (20 h, 19 m)
Engine
blob
Format
Raw Data
Handle
220533
Attached To
rARCHIVING archiving
show.html.erb
View Options
<%=
notifier
(
@host
.
display_message
)
unless
@host
.
deployed?
%>
<div class="row right">
<%
if
@host
.
can_be_disabled?
%>
<%=
link_to
'Disable client'
,
disable_host_path
(
@host
),
method
:
:post
,
data
:
{
confirm
:
'This will disable the client. Are you sure?'
},
class
:
"btn btn-warning"
,
role
:
"button"
%>
<%
end
%>
<%=
link_to
'Remove client'
,
host_path
(
@host
),
method
:
:delete
,
data
:
{
confirm
:
'This will remove the client from Bacula. Are you sure?'
},
class
:
"btn btn-danger"
,
role
:
"button"
%>
</div>
<h2>Configuration for
<%=
@host
.
name
%>
<small>
<%=
host_status_label
(
@host
)
%>
</small>
</h2>
<br/>
<div class="row">
<div class="col-xs-4">
<h3>Host Details</h3>
</div>
<div class="col-xs-6">
<h3>Jobs</h3>
</div>
</div>
<div class="row">
<%=
render
partial
:
"host_details"
%>
<%=
render
partial
:
"jobs/job_templates"
%>
</div>
<div class="row">
<div class="col-xs-4">
<h3>Client FileDeamon Config</h3>
<pre class="pre">
<%=
@host
.
bacula_fd_filedeamon_config
%>
</pre>
</div>
<div class="col-xs-4">
<h3>Client Director Config</h3>
<pre class="pre">
<%=
@host
.
bacula_fd_director_config
%>
</pre>
</div>
</div>
<%=
render
partial
:
'jobs/modals'
%>
Event Timeline
Log In to Comment