Skip to content
Snippets Groups Projects
Commit 6ff645dd authored by Alexander Olofsson's avatar Alexander Olofsson
Browse files

Avoid a rendering crash with discovered hosts

parent adad854c
No related branches found
No related tags found
No related merge requests found
......@@ -8,5 +8,5 @@
disabled: f.object.host.operatingsystem.nil? || f.object.host.operatingsystem.family != 'Windows',
help_inline: :indicator,
required: true,
onchange: 'wds_server_selected(this);', :'data-url' => method_path('wds_server_selected'), :'data-type' => controller_name.singularize } %>
onchange: 'wds_server_selected(this);', :'data-url' => hash_for_wds_server_selected_hosts_path, :'data-type' => controller_name.singularize } %>
<% end %>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment