From c458ed0fab64f82aca6b82629699256031ac3ca5 Mon Sep 17 00:00:00 2001 From: Ian Bolton Date: Tue, 19 Dec 2023 16:32:14 -0500 Subject: [PATCH] :bug: Add tooltip for unlink jira ticket (#1643) https://issues.redhat.com/browse/MTA-1783 Signed-off-by: ibolton336 --- client/public/locales/en/translation.json | 5 +++-- .../application-detail-fields.tsx | 17 ++++++++++++----- .../components/wave-status-table.tsx | 17 ++++++++++++----- 3 files changed, 27 insertions(+), 12 deletions(-) diff --git a/client/public/locales/en/translation.json b/client/public/locales/en/translation.json index cefc254cc..854305c3c 100644 --- a/client/public/locales/en/translation.json +++ b/client/public/locales/en/translation.json @@ -214,7 +214,8 @@ "taskInProgressForTags": "A new analysis is in-progress. Tags may be updated upon completion.", "toTagApplication": "Either no tags exist yet or you may not have permission to view any. If you have permission, try creating a new custom tag.", "unsavedChanges": "Are you sure you want to close the assessment? Any unsaved changes will be lost.", - "noAnswers": "Are you sure you want to close the assessment? There are no answers to save." + "noAnswers": "Are you sure you want to close the assessment? There are no answers to save.", + "unlinkTicket": "Unlink from Jira" }, "proposedActions": { "refactor": "Refactor", @@ -308,7 +309,7 @@ "date": "Date", "decision": "Decision", "dependencies": "Dependencies", - "dependentQuestion": "Dependent question", + "dependentQuestion": "Conditional question", "description": "Description", "details": "Details", "displayName": "Display name", diff --git a/client/src/app/pages/applications/components/application-detail-drawer/application-detail-fields.tsx b/client/src/app/pages/applications/components/application-detail-drawer/application-detail-fields.tsx index fd1a08349..b90a99f13 100644 --- a/client/src/app/pages/applications/components/application-detail-drawer/application-detail-fields.tsx +++ b/client/src/app/pages/applications/components/application-detail-drawer/application-detail-fields.tsx @@ -9,6 +9,7 @@ import { Grid, GridItem, Spinner, + Tooltip, } from "@patternfly/react-core"; import { Application } from "@app/api/models"; import spacing from "@patternfly/react-styles/css/utilities/Spacing/spacing"; @@ -187,11 +188,17 @@ export const ApplicationDetailFields: React.FC<{ isLoading ? ( ) : ( -