*/
import * as React from 'react';
import { getQualityProfileExporterUrl } from '../../../api/quality-profiles';
+import { Alert } from '../../../components/ui/Alert';
import { translate } from '../../../helpers/l10n';
import { getBaseUrl } from '../../../helpers/system';
import { Exporter, Profile } from '../types';
<div className="boxed-group quality-profile-exporters">
<h2>{translate('quality_profiles.exporters')}</h2>
<div className="boxed-group-inner">
+ <Alert className="big-spacer-bottom" variant="warning">
+ {translate('quality_profiles.exporters.deprecated')}
+ </Alert>
<ul>
{exportersForLanguage.map((exporter, index) => (
<li
quality_profiles.stagnant_profiles=Stagnant Profiles
quality_profiles.not_updated_more_than_year=The following profiles haven't been updated for more than 1 year:
quality_profiles.exporters=Exporters
+quality_profiles.exporters.deprecated=Exporters are deprecated, and will be removed in a future version.
quality_profiles.updated_=Updated:
quality_profiles.used_=Used:
quality_profiles.built_in=Built-in