mirror of
https://github.com/grafana/grafana.git
synced 2025-01-09 23:53:25 -06:00
Removed unused code from datasource.js
This commit is contained in:
parent
f90fda8e6f
commit
908e8577bb
@ -14,10 +14,6 @@ function (angular, _, dateMath) {
|
||||
this.name = instanceSettings.name;
|
||||
this.withCredentials = instanceSettings.withCredentials;
|
||||
this.basicAuth = instanceSettings.basicAuth;
|
||||
this.tsdbVersions = [
|
||||
{name: '<=2.1', value: 1},
|
||||
{name: '>=2.2', value: 2},
|
||||
];
|
||||
this.tsdbVersion = instanceSettings.jsonData.tsdbVersion;
|
||||
this.supportMetrics = true;
|
||||
this.tagKeys = {};
|
||||
|
Loading…
Reference in New Issue
Block a user