diff options
author | stanislavh <stanislav.honcharov@sonarsource.com> | 2023-05-09 17:29:59 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-05-24 20:03:13 +0000 |
commit | 059960432e46ecc835d8da2cb0dcad7f370518d6 (patch) | |
tree | 0c996d59358eedbb10d8270cf6f676882e8afe2a /server/sonar-web/src/main/js/app | |
parent | daabab60cd13a1b42457869af0523d96d6eb6b6a (diff) | |
download | sonarqube-059960432e46ecc835d8da2cb0dcad7f370518d6.tar.gz sonarqube-059960432e46ecc835d8da2cb0dcad7f370518d6.zip |
SONAR-19236 Add base layout for Hotspots page
Diffstat (limited to 'server/sonar-web/src/main/js/app')
-rw-r--r-- | server/sonar-web/src/main/js/app/components/GlobalContainer.tsx | 2 |
1 files changed, 1 insertions, 1 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 e9bf7fb4761..9468d011da4 100644 --- a/server/sonar-web/src/main/js/app/components/GlobalContainer.tsx +++ b/server/sonar-web/src/main/js/app/components/GlobalContainer.tsx @@ -38,7 +38,7 @@ import GlobalNav from './nav/global/GlobalNav'; import PromotionNotification from './promotion-notification/PromotionNotification'; import UpdateNotification from './update-notification/UpdateNotification'; -const TEMP_PAGELIST_WITH_NEW_BACKGROUND = ['/dashboard']; +const TEMP_PAGELIST_WITH_NEW_BACKGROUND = ['/dashboard', '/security_hotspots']; export default function GlobalContainer() { // it is important to pass `location` down to `GlobalNav` to trigger render on url change |