From 95a613f59f64440cd13934051cca2b840c74d32d Mon Sep 17 00:00:00 2001 From: ssongliu <73214554+ssongliu@users.noreply.github.com> Date: Wed, 14 Jan 2026 14:57:57 +0800 Subject: [PATCH] fix: Fix GPU monitoring page refresh abnormality issue (#11635) --- core/constant/common.go | 1 + 1 file changed, 1 insertion(+) diff --git a/core/constant/common.go b/core/constant/common.go index 4e7959f3f..a44fdb036 100644 --- a/core/constant/common.go +++ b/core/constant/common.go @@ -60,6 +60,7 @@ var WebUrlMap = map[string]struct{}{ "/ai/model": {}, "/ai/gpu": {}, "/ai/gpu/current": {}, + "/ai/gpu/history": {}, "/ai/mcp": {}, "/ai/model/tensorrt": {}, "/ai/model/ollama": {},