From: 7PH Date: Tue, 26 Sep 2023 12:29:29 +0000 (+0200) Subject: SONAR-20366 Re-introduce profile exporters warning & Fix link X-Git-Tag: 10.3.0.82913~347 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=faf8b5fd8d3e112ae5aaa00627ca6d4b71b6a4e4;p=sonarqube.git SONAR-20366 Re-introduce profile exporters warning & Fix link --- 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')} +