mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-11 15:34:56 +00: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 changed files with 1 additions and 1 deletions
|
@ -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 a new issue