From 3757ae0b119c0efe4e6d38a37cea353fb82b0c27 Mon Sep 17 00:00:00 2001 From: Drahonn <26854619+Drahonn@users.noreply.github.com> Date: Fri, 19 Sep 2025 01:52:31 +0700 Subject: [PATCH] cpu history timeframe (#3509) --- web/html/index.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/web/html/index.html b/web/html/index.html index f2ca8472..84445fbf 100644 --- a/web/html/index.html +++ b/web/html/index.html @@ -431,12 +431,12 @@ CPU History - 2s - 30s - 1m - 2m - 3m - 5m + 2m + 30m + 1h + 2h + 3h + 5h
@@ -1124,4 +1124,4 @@ }, }); -{{ template "page/body_end" .}} \ No newline at end of file +{{ template "page/body_end" .}}