From faf8b5fd8d3e112ae5aaa00627ca6d4b71b6a4e4 Mon Sep 17 00:00:00 2001 From: 7PH Date: Tue, 26 Sep 2023 14:29:29 +0200 Subject: [PATCH] SONAR-20366 Re-introduce profile exporters warning & Fix link --- .../apps/quality-profiles/details/ProfileExporters.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/server/sonar-web/src/main/js/apps/quality-profiles/details/ProfileExporters.tsx b/server/sonar-web/src/main/js/apps/quality-profiles/details/ProfileExporters.tsx index 876da408600..f7a263e6f63 100644 --- a/server/sonar-web/src/main/js/apps/quality-profiles/details/ProfileExporters.tsx +++ b/server/sonar-web/src/main/js/apps/quality-profiles/details/ProfileExporters.tsx @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -import { Link, SubTitle } from 'design-system'; +import { FlagMessage, Link, SubTitle } from 'design-system'; import * as React from 'react'; import { getQualityProfileExporterUrl } from '../../../api/quality-profiles'; import { translate } from '../../../helpers/l10n'; @@ -40,10 +40,15 @@ export default function ProfileExporters({ exporters, profile }: Props) {
{translate('quality_profiles.exporters')}
+ + {translate('quality_profiles.exporters.deprecated')} + -- 2.39.5