Skip to content

Commit

Permalink
fix certificate selector
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuancelin committed Aug 1, 2023
1 parent 287b064 commit 3eb22d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions otoroshi/javascript/src/pages/DataExportersPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -1708,7 +1708,7 @@ const possibleExporterConfigFormValues = {
},
},
'otlp.client_cert': {
type: 'string',
type: 'select',
props: {
label: 'Client cert.',
placeholder: 'Choose a client certificate',
Expand All @@ -1727,7 +1727,7 @@ const possibleExporterConfigFormValues = {
},
},
'otlp.trusted_cert': {
type: 'string',
type: 'select',
props: {
label: 'Trusted cert.',
placeholder: 'Choose a trusted certificate',
Expand Down

0 comments on commit 3eb22d9

Please sign in to comment.