From de560ea4225503f3d058be9350d75d1a91da6dc4 Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Sat, 14 Sep 2013 18:43:19 +0200 Subject: [PATCH] ajax calls interval 10s --- public/templates/test/dashboard/gauges.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/templates/test/dashboard/gauges.tpl b/public/templates/test/dashboard/gauges.tpl index 60a397c3..9faf6ba6 100644 --- a/public/templates/test/dashboard/gauges.tpl +++ b/public/templates/test/dashboard/gauges.tpl @@ -71,7 +71,7 @@ window.onload = function(){ g5.refresh(parseFloat(data.getdashboarddata.datatime).toFixed(2)); } }); - }, 2000); + }, 10000); }; {/literal}