mirror of
https://github.com/grafana/grafana.git
synced 2025-01-10 08:03:58 -06:00
smooth upgrade from Grafana 2.6 to 3.0
This commit is contained in:
parent
7fa170cee9
commit
a883424d25
@ -14,6 +14,7 @@ function (angular, _, dateMath) {
|
||||
this.name = instanceSettings.name;
|
||||
this.withCredentials = instanceSettings.withCredentials;
|
||||
this.basicAuth = instanceSettings.basicAuth;
|
||||
instanceSettings.jsonData = instanceSettings.jsonData || {};
|
||||
this.tsdbVersion = instanceSettings.jsonData.tsdbVersion || 1;
|
||||
this.supportMetrics = true;
|
||||
this.tagKeys = {};
|
||||
|
Loading…
Reference in New Issue
Block a user