Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Add description for sshKeyName
Browse files Browse the repository at this point in the history
  • Loading branch information
minnakt committed Sep 28, 2023
1 parent 645c0ad commit 0a127e1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/pages/distroSettings/tabs/ProviderTab/schemaFields.ts
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,9 @@ export const ec2FleetProviderSettings = {
"ui:description": "EC2 instance type for the AMI. Must be available.",
"ui:placeholder": "e.g. t1.micro",
},
sshKeyName: {
"ui:description": "SSH key to add to the host machine.",
},
fleetOptions: {
fleetInstanceType: {
"ui:allowDeselect": false,
Expand Down Expand Up @@ -399,6 +402,9 @@ export const ec2OnDemandProviderSettings = {
"ui:description": "EC2 instance type for the AMI. Must be available.",
"ui:placeholder": "e.g. t1.micro",
},
sshKeyName: {
"ui:description": "SSH key to add to the host machine.",
},
mergeUserData: {
"ui:elementWrapperCSS": mergeCheckboxCSS,
},
Expand Down

0 comments on commit 0a127e1

Please sign in to comment.