diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-03-07 14:39:04 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2016-03-07 16:10:23 +0100 |
commit | b5248a2c1c163d99e75b6e2bac56adc1a9dfa4ec (patch) | |
tree | 36a0a423eb8fc9ffb91fba1b49882cf2cc5f55e5 /server/sonar-web/webpack.config.js | |
parent | c071a368ce86dc407941f203f5c9042d863a7aea (diff) | |
download | sonarqube-b5248a2c1c163d99e75b6e2bac56adc1a9dfa4ec.tar.gz sonarqube-b5248a2c1c163d99e75b6e2bac56adc1a9dfa4ec.zip |
SONAR-7409 Drop the "Drilldown" page and redirect to the "Measures" page
Diffstat (limited to 'server/sonar-web/webpack.config.js')
-rw-r--r-- | server/sonar-web/webpack.config.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/sonar-web/webpack.config.js b/server/sonar-web/webpack.config.js index 9c721550c2c..a441f2b2728 100644 --- a/server/sonar-web/webpack.config.js +++ b/server/sonar-web/webpack.config.js @@ -33,7 +33,6 @@ module.exports = { 'component-measures': './src/main/js/apps/component-measures/app.js', 'custom-measures': './src/main/js/apps/custom-measures/app.js', 'dashboard': './src/main/js/apps/dashboard/app.js', - 'drilldown': './src/main/js/apps/drilldown/app.js', 'global-permissions': './src/main/js/apps/global-permissions/app.js', 'groups': './src/main/js/apps/groups/app.js', 'issues': './src/main/js/apps/issues/app.js', |