From 763163603c0541505d564caa852ba047dc738fe5 Mon Sep 17 00:00:00 2001 From: linoman <2051016+linoman@users.noreply.github.com> Date: Wed, 2 Oct 2024 11:42:23 +0200 Subject: [PATCH] SSO LDAP: Bug-bashing follow-up changes (#94093) * fix html encoding rendering * Redirect to providers page * Fix cert isEmpty * Rework input fields into multiselect * add disable button * Rework MultiSelect design * Remove prompt modal --- public/app/features/admin/ldap/LdapDrawer.tsx | 94 +++++++++++-------- .../features/admin/ldap/LdapSettingsPage.tsx | 69 +++++++------- public/locales/en-US/grafana.json | 18 ++-- public/locales/pseudo-LOCALE/grafana.json | 18 ++-- 4 files changed, 102 insertions(+), 97 deletions(-) diff --git a/public/app/features/admin/ldap/LdapDrawer.tsx b/public/app/features/admin/ldap/LdapDrawer.tsx index caa5edefa1f..a42cb0c08a0 100644 --- a/public/app/features/admin/ldap/LdapDrawer.tsx +++ b/public/app/features/admin/ldap/LdapDrawer.tsx @@ -17,7 +17,6 @@ import { Select, Stack, Switch, - Text, TextLink, Tooltip, RadioButtonGroup, @@ -73,6 +72,18 @@ export const LdapDrawerComponent = ({ return value; }; + const attributesLabel = ( + + ); + const groupMappingsLabel = (