Sha256: 6c320287d7b795fea1f03dbebabfd557996c43b3062ceb38340f1b0446d4f24c

Contents?: true

Size: 300 Bytes

Versions: 5

Compression:

Stored size: 300 Bytes

Contents

<% 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.name), {:method => :put}) %>
<% end -%>

<%= render :partial => 'hosts/form' %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
foreman_discovery-1.0.0 test/foreman_app/app/views/hosts/edit.html.erb
foreman_discovery-1.0.0.rc4 test/foreman_app/app/views/hosts/edit.html.erb
foreman_discovery-1.0.0.rc3 test/foreman_app/app/views/hosts/edit.html.erb
foreman_discovery-1.0.0.rc2 test/foreman_app/app/views/hosts/edit.html.erb
foreman_discovery-1.0.0.rc1 test/foreman_app/app/views/hosts/edit.html.erb