aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/webapp/WEB-INF/app/views
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/src/main/webapp/WEB-INF/app/views')
-rw-r--r--server/sonar-web/src/main/webapp/WEB-INF/app/views/drilldown/measures.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/views/drilldown/measures.html.erb b/server/sonar-web/src/main/webapp/WEB-INF/app/views/drilldown/measures.html.erb
index 58f6d8cdd35..117ae080c94 100644
--- a/server/sonar-web/src/main/webapp/WEB-INF/app/views/drilldown/measures.html.erb
+++ b/server/sonar-web/src/main/webapp/WEB-INF/app/views/drilldown/measures.html.erb
@@ -124,7 +124,7 @@
metric: <% if @metric %>'<%= @metric.key -%>'<% else %>null<% end %>,
rule: null,
severity: null,
- period: <% if @period %><%= @period -%><% else %>null<% end %>
+ period: <% if @period %>'<%= @snapshot.period_datetime(@period) -%>'<% else %>null<% end %>
};
</script>