diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-11-20 10:34:22 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-11-21 07:27:42 +0100 |
commit | 8406fc3181840a5f411b5157dd079eb67ee10040 (patch) | |
tree | eef89cfe794588f3f325029c7e18af7ad97e5718 | |
parent | fa7c92034236d9d282bbf4bac3af5802c4573ccd (diff) | |
download | sonarqube-8406fc3181840a5f411b5157dd079eb67ee10040.tar.gz sonarqube-8406fc3181840a5f411b5157dd079eb67ee10040.zip |
SONAR-7055 Ability to display key as a column of measure filters
-rw-r--r-- | server/sonar-web/src/main/webapp/WEB-INF/app/views/measures/_display_list.html.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/views/measures/_display_list.html.erb b/server/sonar-web/src/main/webapp/WEB-INF/app/views/measures/_display_list.html.erb index 4c2982b3e5c..7c6ebfcb704 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/views/measures/_display_list.html.erb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/views/measures/_display_list.html.erb @@ -130,6 +130,7 @@ :allow_empty => true, :key_prefix => 'metric:', :extra_values => [ + [message('measure_filter.col.key'), 'key'], [message('measure_filter.col.name'), 'name'], [message('measure_filter.col.short_name'), 'short_name'], [message('measure_filter.col.description'), 'description'], |