diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-11-14 09:36:42 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2016-11-14 09:36:42 +0100 |
commit | ea1538164ffa5eb9590e64a22f21bd6007b6e68b (patch) | |
tree | 91c6538bde454a6bdb006a3b4bb0f4211f150b2d /server/sonar-web/src/main/js/apps/component-measures | |
parent | fd78d281d57d7b1ffa49d27cd03de39b6a961592 (diff) | |
download | sonarqube-ea1538164ffa5eb9590e64a22f21bd6007b6e68b.tar.gz sonarqube-ea1538164ffa5eb9590e64a22f21bd6007b6e68b.zip |
SONAR-8329 clean up
Diffstat (limited to 'server/sonar-web/src/main/js/apps/component-measures')
-rw-r--r-- | server/sonar-web/src/main/js/apps/component-measures/config/domains.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/server/sonar-web/src/main/js/apps/component-measures/config/domains.js b/server/sonar-web/src/main/js/apps/component-measures/config/domains.js index 80a231995ec..b1e144fca81 100644 --- a/server/sonar-web/src/main/js/apps/component-measures/config/domains.js +++ b/server/sonar-web/src/main/js/apps/component-measures/config/domains.js @@ -141,15 +141,6 @@ export const domains = { ] }, - 'Documentation': { - main: [ - 'comment_lines_density' - ], - order: [ - 'comment_lines_density' - ] - }, - 'Releasability': { main: [ 'alert_status', |