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

This commit is contained in:
Hui Wang 2024-07-01 21:52:19 +08:00 committed by GitHub
parent 0a42c8fd8b
commit 9da78f1e0e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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,