mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge pull request #4637 from utkarshcmu/version
Consistency in options for future support
This commit is contained in:
commit
8b5f71fb55
@ -16,7 +16,7 @@ export class OpenTsConfigCtrl {
|
||||
|
||||
tsdbVersions = [
|
||||
{name: '<=2.1', value: 1},
|
||||
{name: '2.2', value: 2},
|
||||
{name: '>=2.2', value: 2},
|
||||
];
|
||||
|
||||
tsdbResolutions = [
|
||||
|
Loading…
Reference in New Issue
Block a user