mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 08:18:10 -05:00
Consistency in options for future support
This commit is contained in:
@@ -16,7 +16,7 @@ export class OpenTsConfigCtrl {
|
||||
|
||||
tsdbVersions = [
|
||||
{name: '<=2.1', value: 1},
|
||||
{name: '2.2', value: 2},
|
||||
{name: '>=2.2', value: 2},
|
||||
];
|
||||
|
||||
tsdbResolutions = [
|
||||
|
||||
Reference in New Issue
Block a user