mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge pull request #2511 from pivotal-cloudops/patch
fix test connection bug
This commit is contained in:
commit
6c49ab932e
@ -167,7 +167,7 @@ function (angular, _, kbn) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
OpenTSDBDatasource.prototype.testDatasource = function() {
|
OpenTSDBDatasource.prototype.testDatasource = function() {
|
||||||
return this.performSuggestQuery('cpu', 'metrics').then(function () {
|
return this._performSuggestQuery('cpu', 'metrics').then(function () {
|
||||||
return { status: "success", message: "Data source is working", title: "Success" };
|
return { status: "success", message: "Data source is working", title: "Success" };
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user