Skip to content

Commit

Permalink
Hide cluster property from cluster-aws creation form (#4614)
Browse files Browse the repository at this point in the history
  • Loading branch information
gusevda committed May 28, 2024
1 parent 92fbee2 commit e0deb49
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ const formPropsProviderCAPA: Record<string, FormPropsPartial> = {
baseDomain: {
'ui:widget': 'hidden',
},
cluster: {
'ui:widget': 'hidden',
},
global: {
connectivity: {
'ui:order': ['sshSsoPublicKey', '*'],
Expand Down

0 comments on commit e0deb49

Please sign in to comment.