From 8406fc3181840a5f411b5157dd079eb67ee10040 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Fri, 20 Nov 2015 10:34:22 +0100 Subject: [PATCH] SONAR-7055 Ability to display key as a column of measure filters --- .../webapp/WEB-INF/app/views/measures/_display_list.html.erb | 1 + 1 file changed, 1 insertion(+) 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'], -- 2.39.5