From 3eb22d96ac482dd3838ff1f8fea7f1a410334850 Mon Sep 17 00:00:00 2001 From: Mathieu Ancelin Date: Tue, 1 Aug 2023 14:48:00 +0200 Subject: [PATCH] fix certificate selector --- otoroshi/javascript/src/pages/DataExportersPage.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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',