From 0b33bda44abebe6b4905aecefbbb4cd779a84afc Mon Sep 17 00:00:00 2001 From: Jeremy Davis Date: Mon, 18 Dec 2023 19:54:53 +0100 Subject: [PATCH] SONAR-21312 Migrate portfolio definition page to the new UI --- .../main/js/app/components/GlobalContainer.tsx | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 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 da3dd405fb4..0b76ffb1df0 100644 --- a/server/sonar-web/src/main/js/app/components/GlobalContainer.tsx +++ b/server/sonar-web/src/main/js/app/components/GlobalContainer.tsx @@ -39,19 +39,21 @@ import SystemAnnouncement from './SystemAnnouncement'; import UpdateNotification from './update-notification/UpdateNotification'; const TEMP_PAGELIST_WITH_NEW_BACKGROUND = [ - '/dashboard', - '/security_hotspots', - '/component_measures', - '/project/issues', - '/project/activity', + '/admin/extension/governance/views_console', '/code', + '/coding_rules', + '/component_measures', + '/dashboard', '/profiles', + '/project/activity', + '/project/admin/extension/governance/console', '/project/extension/securityreport/securityreport', - '/projects', '/project/information', - '/web_api_v2', + '/project/issues', + '/projects', '/quality_gates', - '/coding_rules', + '/security_hotspots', + '/web_api_v2', ]; const TEMP_PAGELIST_WITH_NEW_BACKGROUND_WHITE = [ -- 2.39.5