Skip to content

Commit

Permalink
chore: Clarify wording for clustered/sequential deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
mromulus committed Mar 13, 2024
1 parent cf2c774 commit 48fcebb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/virtual_machines/_deployment_section.html.haml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.grid.gap-6.grid-cols-2
= f.hidden_field :numbered_by, value: @virtual_machine.numbered_by.to_gid if @virtual_machine.numbered_by
= f.input :numbered_by, NumberingOptions.result_for(@virtual_machine, hash: { as: :select,input_html: { data: { controller: 'select' } }, selected: @virtual_machine.numbered_by&.to_gid })
= f.input :custom_instance_count
= f.input :custom_instance_count, placeholder: 'Not clustered by default'
2 changes: 1 addition & 1 deletion config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ en:
virtual_machine:
cpu: vCPU count
ram: RAM
custom_instance_count: Sequential instances
custom_instance_count: Cluster size
numbered_by: Deploy strategy
network:
cloud_id: ID in cloud
Expand Down

0 comments on commit 48fcebb

Please sign in to comment.