Skip to content

Commit

Permalink
Fixes #37855 - Populate OS fields and pass correct network during import
Browse files Browse the repository at this point in the history
  • Loading branch information
girijaasoni committed Nov 13, 2024
1 parent 54afc35 commit b3d5656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/hosts/_operating_system.html.erb
Original file line number Diff line number Diff line change
@@ -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' => "host",
:help_inline => :indicator, :required => true} %>

<span id="os_select">
Expand Down

0 comments on commit b3d5656

Please sign in to comment.