From 2385e9db623d01aeb8ce94dc92fdd921a271788b Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 18 Jul 2016 16:44:21 +0200 Subject: Fix graph on main dashboard (refs #3150) --- ishtar_common/templates/ishtar/dashboards/dashboard_main_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common') diff --git a/ishtar_common/templates/ishtar/dashboards/dashboard_main_detail.html b/ishtar_common/templates/ishtar/dashboards/dashboard_main_detail.html index ff6234764..7247a5cda 100644 --- a/ishtar_common/templates/ishtar/dashboards/dashboard_main_detail.html +++ b/ishtar_common/templates/ishtar/dashboards/dashboard_main_detail.html @@ -105,7 +105,7 @@ if (typeof values_1_{{unique_id}} === 'undefined' || values_1_{{unique_id}}.length == 0){ $('#chart_img_{{unique_id}}').hide(); -$('#chart_{{unique_id}}').html("

{% trans 'No data for these criteria.' %}

"); +$('#chart_{{unique_id}}').html("

{% trans 'No data for these criteria.' %}

"); } else { var showmarker = false; -- cgit v1.2.3