Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F1615415
_header.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, Mar 22, 12:48 AM
Size
1 KB
Mime Type
text/plain
Expires
Tue, Mar 24, 12:48 AM (17 h, 24 m)
Engine
blob
Format
Raw Data
Handle
354405
Attached To
rARCHIVING archiving
_header.html.erb
View Options
<p id="notice">
<%=
notice
%>
</p>
<h2>
<%=
@client
.
name
%>
<%=
host_status_label
(
@client
.
host
)
%>
</h2>
<%
if
local_assigns
[
:actions
].
presence
==
true
%>
<div class="row right">
<%=
link_to
'#'
,
data
:
{
toggle
:
'modal'
,
target
:
".js-quota:first"
},
class
:
"btn btn-default"
,
role
:
"button"
do
%>
<label class="glyphicon glyphicon-edit text-primary"></label>
Set Quota
<%
end
%>
<%
if
@client
.
host
.
can_block?
%>
<%=
link_to
'Lock client'
,
block_admin_client_path
(
@client
),
method
:
:post
,
data
:
{
confirm
:
'This will disable and lock the client. Are you sure?'
},
class
:
"btn btn-warning"
,
role
:
"button"
%>
<%
end
%>
<%
if
@client
.
host
.
blocked?
%>
<%=
link_to
'Unlock client'
,
unblock_admin_client_path
(
@client
),
method
:
:post
,
data
:
{
confirm
:
'This will unlock the client. Are you sure?'
},
class
:
"btn btn-warning"
,
role
:
"button"
%>
<%
end
%>
<%=
link_to
'Remove client'
,
revoke_admin_client_path
(
@client
),
method
:
:delete
,
data
:
{
confirm
:
'This will REMOVE the client from Bacula. Are you sure?'
},
class
:
"btn btn-danger"
,
role
:
"button"
%>
</div>
<%
end
%>
<%=
tabs_with
Client
:
admin_client_path
(
@client
),
'Recent Jobs'
=>
jobs_admin_client_path
(
@client
),
Stats
:
stats_admin_client_path
(
@client
),
Config
:
configuration_admin_client_path
(
@client
)
%>
<br />
Event Timeline
Log In to Comment