mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(plugins): made data source custom edit view into a directive instead of html path config in plugin.json
This commit is contained in:
@@ -5,7 +5,7 @@ import {Datasource} from "../datasource";
|
||||
|
||||
describe('graphiteDatasource', function() {
|
||||
var ctx = new helpers.ServiceTestContext();
|
||||
var instanceSettings: any = {url:['']};
|
||||
var instanceSettings: any = {url: ['']};
|
||||
|
||||
beforeEach(angularMocks.module('grafana.core'));
|
||||
beforeEach(angularMocks.module('grafana.services'));
|
||||
|
||||
Reference in New Issue
Block a user