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}