Skip to content

Commit

Permalink
run tslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Gottox committed Apr 27, 2024
1 parent 5139051 commit 17a504e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ui/src/app/settings/components/repos-list/repos-list.tsx
Expand Up @@ -438,7 +438,12 @@ export class ReposList extends React.Component<
<FormField formApi={formApi} label='SSH private key data' field='sshPrivateKey' component={TextArea} />
</div>
<div className='argo-form-row'>
<FormField formApi={formApi} label='SSH key exchange algorithms (white space seperated list)' field='sshKexAlgorithms' component={TextArea} />
<FormField
formApi={formApi}
label='SSH key exchange algorithms (white space seperated list)'
field='sshKexAlgorithms'
component={TextArea}
/>
</div>
<div className='argo-form-row'>
<FormField formApi={formApi} label='Skip server verification' field='insecure' component={CheckboxField} />
Expand Down

0 comments on commit 17a504e

Please sign in to comment.