From b5248a2c1c163d99e75b6e2bac56adc1a9dfa4ec Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Mon, 7 Mar 2016 14:39:04 +0100 Subject: SONAR-7409 Drop the "Drilldown" page and redirect to the "Measures" page --- server/sonar-web/webpack.config.js | 1 - 1 file changed, 1 deletion(-) (limited to 'server/sonar-web/webpack.config.js') 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', -- cgit v1.2.3