From 2fab893cd7c60dcb89236cf2efe0d1db488e9304 Mon Sep 17 00:00:00 2001 From: Ryan Mathis Date: Thu, 1 Dec 2022 14:15:22 -0700 Subject: [PATCH] Added ids for tooltips --- ui/src/app/admin/container/ConfigurationList.js | 4 ++-- ui/src/app/form/component/InfoIcon.js | 5 +++-- ui/src/app/metadata/component/properties/PropertyValue.js | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/ui/src/app/admin/container/ConfigurationList.js b/ui/src/app/admin/container/ConfigurationList.js index 91dc3a6b2..2704006b6 100644 --- a/ui/src/app/admin/container/ConfigurationList.js +++ b/ui/src/app/admin/container/ConfigurationList.js @@ -90,7 +90,7 @@ export function ConfigurationList({ configurations, onDelete, loading }) {
+ )} @@ -102,7 +102,7 @@ export function ConfigurationList({ configurations, onDelete, loading }) {
+ )} diff --git a/ui/src/app/form/component/InfoIcon.js b/ui/src/app/form/component/InfoIcon.js index 1456cbd4b..9cd53245d 100644 --- a/ui/src/app/form/component/InfoIcon.js +++ b/ui/src/app/form/component/InfoIcon.js @@ -9,9 +9,10 @@ import { useTranslator } from '../../i18n/hooks'; export function InfoIcon ({ value = '', placement='auto', ...props }) { const translate = useTranslator(); + return( - + )} diff --git a/ui/src/app/metadata/component/properties/PropertyValue.js b/ui/src/app/metadata/component/properties/PropertyValue.js index ef2e89e59..51912417d 100644 --- a/ui/src/app/metadata/component/properties/PropertyValue.js +++ b/ui/src/app/metadata/component/properties/PropertyValue.js @@ -13,7 +13,7 @@ export function PropertyValue ({ name, value, columns, className }) { <> { name && value !== null && value !== undefined ? + {value.toString()} )}>