From ecfffa882a159bb2a12954eed0f68eb4ec1a6120 Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Tue, 16 Sep 2025 14:15:18 +0200 Subject: CPU History, CPU Utilization --- web/html/index.html | 262 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 262 insertions(+) (limited to 'web/html/index.html') diff --git a/web/html/index.html b/web/html/index.html index 2ff8db3e..b6a9993e 100644 --- a/web/html/index.html +++ b/web/html/index.html @@ -41,6 +41,11 @@
{{ i18n "pages.index.frequency" }}: [[ CPUFormatter.cpuSpeedFormat(status.cpuSpeedMhz) ]]
+ + + + + @@ -423,6 +428,36 @@ + + + +
+ +
+
{{template "page/body_scripts" .}} {{template "component/aSidebar" .}} @@ -430,6 +465,190 @@ {{template "component/aCustomStatistic" .}} {{template "modals/textModal"}}