mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
add, edit, remove filters functionality implemented
This commit is contained in:
@@ -15,7 +15,7 @@ export class OpenTsConfigCtrl {
|
||||
|
||||
tsdbVersions = [
|
||||
{name: '<=2.1', value: 1},
|
||||
{name: '>=2.2', value: 2},
|
||||
{name: '2.2', value: 2},
|
||||
];
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user