From: Stas Vilchik Date: Tue, 19 Apr 2016 08:53:07 +0000 (+0200) Subject: add web context on the measures page X-Git-Tag: 5.5-RC2~22 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2f8a43ac76f1c91754954b75b0ff35c79f4f9248;p=sonarqube.git add web context on the measures page --- diff --git a/server/sonar-web/src/main/js/apps/component-measures/app.js b/server/sonar-web/src/main/js/apps/component-measures/app.js index 264b835b95e..230a10f092a 100644 --- a/server/sonar-web/src/main/js/apps/component-measures/app.js +++ b/server/sonar-web/src/main/js/apps/component-measures/app.js @@ -43,7 +43,7 @@ window.sonarqube.appStarted.then(options => { const el = document.querySelector(options.el); const history = useRouterHistory(createHistory)({ - basename: '/component_measures' + basename: window.baseUrl + '/component_measures' }); const store = configureStore({