grafana/public/app/plugins/datasource/cloudwatch/partials/annotations.editor.html
Erik Sundell a35b2ac463
CloudWatch: Annotation Editor rewrite (#20765)
* wip: react rewrite

* Cleanup

* Break out non annontations specific fields

* Cleanup. Make annontations editor a functional component

* Remove redundant classnames

* Add paneldata to props

* Cleanup

* Fix rebase merge problem

* Updates after pr feedback

* Fix conflict with master
2020-01-15 16:38:15 +01:00

6 lines
160 B
HTML

<cloudwatch-annotation-query-editor
datasource="ctrl.datasource"
on-change="ctrl.onChange"
query="ctrl.annotation"
></cloudwatch-annotation-query-editor>