Project

General

Profile

Download (765 Bytes) Statistics
| Branch: | Tag: | Revision:
<% title(_("Edit %s") % @host) %>

<% if SETTINGS[:unattended] %>
<% title_actions(
display_link_if_authorized((@host.managed? ? _("Unmanage host") : _("Manage host")),
hash_for_toggle_manage_host_path(:id => @host.id).merge(:auth_object => @host, :permission => 'edit_hosts'),
{:class => 'btn btn-default', :method => :put}),
(display_link_if_authorized(_("Disassociate host"),
hash_for_disassociate_host_path(:id => @host.id).merge(:auth_object => @host, :permission => 'edit_hosts'),
{:class => 'btn btn-default', :method => :put}) if @host.compute?)
)
%>
<% end %>

<%= render :partial => 'hosts/form' %>
(26-26/50)