Skip to content

Commit

Permalink
Fixes #38193 - Remove EC2 subnets from Compute profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
girijaasoni authored and stejskalleos committed Feb 6, 2025
1 parent ef8fec5 commit b9329fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/compute_resources_vms/form/ec2/_base.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ images = possible_images(compute_resource, arch, os)
<div id='subnet_selection'>
<% if compute_resource.subnets.any? %>
<%= select_f f, :subnet_id, compute_resource.subnets, :subnet_id, :cidr_block,
{:include_blank => _("EC2")},
{:include_blank => true},
{:label => _("Subnet"), :label_size => "col-md-2", :onchange => "tfm.computeResource.ec2.vpcSelected(this);"} %>
<% end %>

Expand Down

0 comments on commit b9329fc

Please sign in to comment.