From 200ef25b80f16fdae529dd438e7ffd9f0f761963 Mon Sep 17 00:00:00 2001 From: bergware Date: Thu, 20 May 2021 13:04:54 +0200 Subject: [PATCH] Dashboard: add CPU and NETWORK chart --- plugins/dynamix/DashStats.page | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/dynamix/DashStats.page b/plugins/dynamix/DashStats.page index cdce2148f..614827568 100644 --- a/plugins/dynamix/DashStats.page +++ b/plugins/dynamix/DashStats.page @@ -1190,8 +1190,8 @@ $(function() { apcups.start(); update900(); - toggleCPU(true); toggleChart(true); + toggleCPU(true); toggleView('sys_view',true); toggleView('mb_view',true); toggleView('cpu_view',true);