aboutsummaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorDavid Cho-Lerat <david.cho-lerat@sonarsource.com>2023-12-22 16:52:37 +0100
committersonartech <sonartech@sonarsource.com>2023-12-27 20:02:40 +0000
commit49e3d4dc29fc7e0e4819b95f1029bc02a96c864b (patch)
treefe905954e87160e7bbcf7f5a8f13b77850976990 /server
parent65d02d8d1588c758f0aa7581f9966e32904ab86b (diff)
downloadsonarqube-49e3d4dc29fc7e0e4819b95f1029bc02a96c864b.tar.gz
sonarqube-49e3d4dc29fc7e0e4819b95f1029bc02a96c864b.zip
SONAR-21313 Migrate portfolio executive report settings to the new UI
Diffstat (limited to 'server')
-rw-r--r--server/sonar-web/src/main/js/app/components/GlobalContainer.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-web/src/main/js/app/components/GlobalContainer.tsx b/server/sonar-web/src/main/js/app/components/GlobalContainer.tsx
index 5502844b59a..ec0c6e5154c 100644
--- a/server/sonar-web/src/main/js/app/components/GlobalContainer.tsx
+++ b/server/sonar-web/src/main/js/app/components/GlobalContainer.tsx
@@ -48,6 +48,7 @@ const TEMP_PAGELIST_WITH_NEW_BACKGROUND = [
'/profiles',
'/project/activity',
'/project/admin/extension/governance/console',
+ '/project/admin/extension/governance/report',
'/project/extension/securityreport/securityreport',
'/project/information',
'/project/issues',