Commit 908e8577 by utkarshcmu

Removed unused code from datasource.js

parent f90fda8e
...@@ -14,10 +14,6 @@ function (angular, _, dateMath) { ...@@ -14,10 +14,6 @@ function (angular, _, dateMath) {
this.name = instanceSettings.name; this.name = instanceSettings.name;
this.withCredentials = instanceSettings.withCredentials; this.withCredentials = instanceSettings.withCredentials;
this.basicAuth = instanceSettings.basicAuth; this.basicAuth = instanceSettings.basicAuth;
this.tsdbVersions = [
{name: '<=2.1', value: 1},
{name: '>=2.2', value: 2},
];
this.tsdbVersion = instanceSettings.jsonData.tsdbVersion; this.tsdbVersion = instanceSettings.jsonData.tsdbVersion;
this.supportMetrics = true; this.supportMetrics = true;
this.tagKeys = {}; this.tagKeys = {};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment