aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/webapp/WEB-INF/app/controllers/rules_configuration_controller.rb
diff options
context:
space:
mode:
authorFabrice Bellingard <fabrice.bellingard@sonarsource.com>2012-12-04 12:34:13 +0100
committerFabrice Bellingard <fabrice.bellingard@sonarsource.com>2012-12-04 15:35:02 +0100
commit4d6d9b3f44be777355077b4990976277de3d02f2 (patch)
treeabb4dbd6db0f0cdfbeed27c2bc4554f2a6a2f053 /sonar-server/src/main/webapp/WEB-INF/app/controllers/rules_configuration_controller.rb
parentc3e7298e068f9c667dab35479d5b82bc3141da2c (diff)
downloadsonarqube-4d6d9b3f44be777355077b4990976277de3d02f2.tar.gz
sonarqube-4d6d9b3f44be777355077b4990976277de3d02f2.zip
SONAR-3972 Add sidebar again on QP/Deps/Compare pages
Diffstat (limited to 'sonar-server/src/main/webapp/WEB-INF/app/controllers/rules_configuration_controller.rb')
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/rules_configuration_controller.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/rules_configuration_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/rules_configuration_controller.rb
index 3282b6192ce..7b1298d66ac 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/rules_configuration_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/rules_configuration_controller.rb
@@ -21,6 +21,8 @@ require 'cgi'
class RulesConfigurationController < ApplicationController
+ SECTION=Navigation::SECTION_RESOURCE
+
STATUS_ACTIVE = "ACTIVE"
STATUS_INACTIVE = "INACTIVE"
ANY_SELECTION = [["Any", '']]