diff --git a/otoroshi/javascript/src/pages/DataExportersPage.js b/otoroshi/javascript/src/pages/DataExportersPage.js index dbc29fc5b6..50b7378d57 100644 --- a/otoroshi/javascript/src/pages/DataExportersPage.js +++ b/otoroshi/javascript/src/pages/DataExportersPage.js @@ -1708,7 +1708,7 @@ const possibleExporterConfigFormValues = { }, }, 'otlp.client_cert': { - type: 'string', + type: 'select', props: { label: 'Client cert.', placeholder: 'Choose a client certificate', @@ -1727,7 +1727,7 @@ const possibleExporterConfigFormValues = { }, }, 'otlp.trusted_cert': { - type: 'string', + type: 'select', props: { label: 'Trusted cert.', placeholder: 'Choose a trusted certificate',