From 3d30b5d34fc04f2f7454afd4cddbfca481e61711 Mon Sep 17 00:00:00 2001 From: bergware Date: Sat, 17 Jun 2023 12:04:02 +0200 Subject: [PATCH] Dashboard fixes and enhancements --- emhttp/plugins/dynamix/DashStats.page | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emhttp/plugins/dynamix/DashStats.page b/emhttp/plugins/dynamix/DashStats.page index fe53ffc18..e1a4fcd60 100644 --- a/emhttp/plugins/dynamix/DashStats.page +++ b/emhttp/plugins/dynamix/DashStats.page @@ -1319,7 +1319,6 @@ $(function() { initCharts(); cpuchart.render(); netchart.render(); - addProperties(); dropdown('enter_share'); @@ -1346,5 +1345,6 @@ $(function() { data.txd = txd.tail(netline); $.post('/webGui/include/InitCharts.php',{cmd:'set',data:JSON.stringify(data)}); }); + setTimeout(addProperties,100); });