mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-12 12:46:23 +01:00
vmui: increase max query tab from 4 to 10 (#6546)
(cherry picked from commit 9da78f1e0e
)
This commit is contained in:
parent
65c742d976
commit
085bc1f15c
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user