fix: parse quality data

This commit is contained in:
jialin
2026-05-31 22:23:32 +08:00
committed by jialin
parent 16a97772d3
commit 55028cf3a3
8 changed files with 214 additions and 122 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ const GPUService: React.FC = () => {
} = useViewEvents();
const {
fetchClusterList,
cancelRequest: cancelClusterRequest,
cancelRequest,
clusterList,
loading: clusterLoading
} = useQueryClusterList();