Skip to content

Commit

Permalink
Merge pull request #8626 from kbrock/discover
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffibm authored Feb 3, 2023
2 parents 63965ca + 35b12d8 commit 7f947b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/host/_form.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
= _("Host platform")
.col-md-8
= select_tag('user_assigned_os',
options_for_select([["<#{_('Choose')}>", nil]] + Host.host_create_os_types.to_a, disabled: ["<#{_('Choose')}>", nil]),
options_for_select([["<#{_('Choose')}>", nil]], disabled: ["<#{_('Choose')}>", nil]),
"ng-model" => "hostModel.user_assigned_os",
"checkchange" => "",
"ng-required" => "!hostModel.operating_system",
Expand Down

0 comments on commit 7f947b6

Please sign in to comment.