From 085bc1f15c6136ccbd920ce161fb8f1c684a7ec7 Mon Sep 17 00:00:00 2001 From: Hui Wang Date: Mon, 1 Jul 2024 21:52:19 +0800 Subject: [PATCH] vmui: increase max query tab from 4 to 10 (#6546) (cherry picked from commit 9da78f1e0ec88961b6b52653e699d058222c08d8) --- app/vmui/packages/vmui/src/constants/graph.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/vmui/packages/vmui/src/constants/graph.ts b/app/vmui/packages/vmui/src/constants/graph.ts index 6c7a8c46c0..0040260112 100644 --- a/app/vmui/packages/vmui/src/constants/graph.ts +++ b/app/vmui/packages/vmui/src/constants/graph.ts @@ -1,6 +1,6 @@ import { GraphSize, SeriesItemStatsFormatted } from "../types"; -export const MAX_QUERY_FIELDS = 4; +export const MAX_QUERY_FIELDS = 10; export const MAX_QUERIES_HISTORY = 25; export const DEFAULT_MAX_SERIES = { table: 100,