From 2ca264d9334a79758124326ac74ae257a7d402f6 Mon Sep 17 00:00:00 2001 From: ichupin Date: Thu, 9 Nov 2023 10:49:09 +0100 Subject: [PATCH] Flow-details page: switch checkbox, victoria is default datasource for stats graph. --- .../ui/src/app/modules/flows/flow-graph/flow-graph.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-gui/ui/src/app/modules/flows/flow-graph/flow-graph.component.ts b/src-gui/ui/src/app/modules/flows/flow-graph/flow-graph.component.ts index c335b71e226..c11bb94453a 100644 --- a/src-gui/ui/src/app/modules/flows/flow-graph/flow-graph.component.ts +++ b/src-gui/ui/src/app/modules/flows/flow-graph/flow-graph.component.ts @@ -54,7 +54,7 @@ export class FlowGraphComponent implements OnInit, AfterViewInit, OnDestroy, OnC meterdirection: ['both'], auto_reload: [''], auto_reload_time: ['', Validators.compose([Validators.pattern('[0-9]*')])], - victoriaSource: [false] + victoriaSource: [true] }); this.flowMetrics = this.dygraphService.getFlowMetricData();