Explorar el Código

Merge pull request #4637 from utkarshcmu/version

Consistency in options for future support
Torkel Ödegaard hace 9 años
padre
commit
8b5f71fb55
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      public/app/plugins/datasource/opentsdb/config_ctrl.ts

+ 1 - 1
public/app/plugins/datasource/opentsdb/config_ctrl.ts

@@ -16,7 +16,7 @@ export class OpenTsConfigCtrl {
 
   tsdbVersions = [
     {name: '<=2.1', value: 1},
-    {name: '2.2', value: 2},
+    {name: '>=2.2', value: 2},
   ];
 
   tsdbResolutions = [