Project

General

Profile

Download (657 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).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).merge(:auth_object => @host, :permission => 'edit_hosts'), :class => 'btn btn-default', :method => :put,
:disabled => !@host.compute?) %>
<% end %>

<%= render :partial => 'hosts/form' %>
(25-25/49)