diff --git a/app/views/hosts/_operating_system.html.erb b/app/views/hosts/_operating_system.html.erb index 538a47ac43f..6a742c3c6fa 100644 --- a/app/views/hosts/_operating_system.html.erb +++ b/app/views/hosts/_operating_system.html.erb @@ -1,6 +1,6 @@ <%= select_f f, :architecture_id, accessible_resource(f.object, :architecture), :id, :to_label, {:include_blank => true}, - {:onchange => 'architecture_selected(this);', :'data-url' => method_path('architecture_selected'), :'data-type' => controller_name.singularize, + {:onchange => 'architecture_selected(this);', :'data-url' => method_path('architecture_selected'), :'data-type' => controller_name.singularize == 'compute_resources_vm' ? 'host' : controller_name.singularize, :help_inline => :indicator, :required => true} %>