Skip to content

Commit

Permalink
Flow-details page:
Browse files Browse the repository at this point in the history
switch checkbox, victoria is default datasource for stats graph.
  • Loading branch information
ichupin committed Nov 9, 2023
1 parent 854b64a commit 2ca264d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 2ca264d

Please sign in to comment.