Commit acd1acba by Sven Klemm

revert passing ctrl to testDatasource

parent c3aad100
...@@ -132,7 +132,7 @@ export class DataSourceEditCtrl { ...@@ -132,7 +132,7 @@ export class DataSourceEditCtrl {
this.backendSrv this.backendSrv
.withNoBackendCache(() => { .withNoBackendCache(() => {
return datasource return datasource
.testDatasource(this) .testDatasource()
.then(result => { .then(result => {
this.testing.message = result.message; this.testing.message = result.message;
this.testing.status = result.status; this.testing.status = result.status;
......
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