feat(plugins): migrating graphite query editor to new model

This commit is contained in:
Torkel Ödegaard
2016-02-02 12:52:43 +01:00
parent efdd4a6682
commit 822c8f1575
29 changed files with 1946 additions and 2035 deletions

View File

@@ -37,7 +37,7 @@ function pluginDirectiveLoader($compile, datasourceSrv) {
name: 'metrics-query-editor-' + ds.meta.id,
bindings: {target: "=", panelCtrl: "=", datasource: "="},
attrs: {"target": "target", "panel-ctrl": "ctrl", datasource: "datasource"},
Component: dsModule.MetricsQueryEditor
Component: dsModule.QueryCtrl
};
});
});