From 6bee2d5ea8bb8b6796cf8ece4f6937e7870459d2 Mon Sep 17 00:00:00 2001 From: Fabrice Bellingard Date: Tue, 26 Jun 2018 10:19:59 +0200 Subject: SONARCLOUD-90 Add Security Page for SonarCloud --- .../src/main/js/app/components/GlobalFooterSonarCloud.tsx | 3 +++ .../__snapshots__/GlobalFooterSonarCloud-test.tsx.snap | 11 +++++++++++ server/sonar-web/src/main/js/apps/about/sonarcloud/Footer.tsx | 5 +++++ 3 files changed, 19 insertions(+) (limited to 'server/sonar-web/src/main/js') diff --git a/server/sonar-web/src/main/js/app/components/GlobalFooterSonarCloud.tsx b/server/sonar-web/src/main/js/app/components/GlobalFooterSonarCloud.tsx index 87d9cb5d715..3c45ab1a6e1 100644 --- a/server/sonar-web/src/main/js/app/components/GlobalFooterSonarCloud.tsx +++ b/server/sonar-web/src/main/js/app/components/GlobalFooterSonarCloud.tsx @@ -59,6 +59,9 @@ export default function GlobalFooterSonarCloud() {
  • {translate('footer.privacy')}
  • +
  • + {translate('footer.security')} +
  • +
  • + + footer.security + +
  • diff --git a/server/sonar-web/src/main/js/apps/about/sonarcloud/Footer.tsx b/server/sonar-web/src/main/js/apps/about/sonarcloud/Footer.tsx index 327e3d7875f..202ae9f353c 100644 --- a/server/sonar-web/src/main/js/apps/about/sonarcloud/Footer.tsx +++ b/server/sonar-web/src/main/js/apps/about/sonarcloud/Footer.tsx @@ -103,6 +103,11 @@ export default function Footer() { Privacy
  • +
  • + + Security + +
  • -- cgit v1.2.3