From: Jeremy Davis
Date: Fri, 23 Apr 2021 08:49:45 +0000 (+0200)
Subject: SONAR-14736 Highlight that installing plugins is manual
X-Git-Tag: 8.9.0.43852~66
X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6954d3d1b70588e3465e7df0e49e334e0ccb78f7;p=sonarqube.git
SONAR-14736 Highlight that installing plugins is manual
---
diff --git a/server/sonar-web/src/main/js/apps/marketplace/App.tsx b/server/sonar-web/src/main/js/apps/marketplace/App.tsx
index bcb8929fcaf..9ccdb29511c 100644
--- a/server/sonar-web/src/main/js/apps/marketplace/App.tsx
+++ b/server/sonar-web/src/main/js/apps/marketplace/App.tsx
@@ -22,6 +22,7 @@ import * as React from 'react';
import { Helmet } from 'react-helmet-async';
import { FormattedMessage } from 'react-intl';
import { Link } from 'react-router';
+import { Alert } from 'sonar-ui-common/components/ui/Alert';
import DeferredSpinner from 'sonar-ui-common/components/ui/DeferredSpinner';
import { translate } from 'sonar-ui-common/helpers/l10n';
import {
@@ -167,7 +168,7 @@ export class App extends React.PureComponent {
{translate('marketplace.page.plugins.description')}
{currentEdition !== EditionKey.community && (
-
+
{
)
}}
/>
-
+
)}
diff --git a/server/sonar-web/src/main/js/apps/marketplace/__tests__/__snapshots__/App-test.tsx.snap b/server/sonar-web/src/main/js/apps/marketplace/__tests__/__snapshots__/App-test.tsx.snap
index 495113fd830..8c6f8aa8ad0 100644
--- a/server/sonar-web/src/main/js/apps/marketplace/__tests__/__snapshots__/App-test.tsx.snap
+++ b/server/sonar-web/src/main/js/apps/marketplace/__tests__/__snapshots__/App-test.tsx.snap
@@ -33,8 +33,9 @@ exports[`should render correctly: loaded 1`] = `
marketplace.page.plugins.description
-
-
+
marketplace.page.plugins.description
-
-
+