Skip to content

Commit c100df4

Browse files
committed
Consistency in options for future support
1 parent e8a209c commit c100df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/app/plugins/datasource/opentsdb/config_ctrl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export class OpenTsConfigCtrl {
1616

1717
tsdbVersions = [
1818
{name: '<=2.1', value: 1},
19-
{name: '2.2', value: 2},
19+
{name: '>=2.2', value: 2},
2020
];
2121

2222
tsdbResolutions = [

0 commit comments

Comments
 (0)