vmui: increase max query tab from 4 to 10 (#6546)

(cherry picked from commit 9da78f1e0e)
This commit is contained in:
Hui Wang 2024-07-01 21:52:19 +08:00 committed by hagen1778
parent 65c742d976
commit 085bc1f15c
No known key found for this signature in database
GPG Key ID: 3BF75F3741CA9640

View File

@ -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,