mirror of https://github.com/grafana/grafana
Loki: Add line limit for annotations (#31183)
* Add line limit to Annotation query editor * Refactor to keep type consistentpull/31325/head
parent
c269f18500
commit
350dcb999a
@ -1,5 +1,7 @@ |
||||
<loki-annotations-query-editor |
||||
expr="ctrl.annotation.expr" |
||||
max-lines="ctrl.annotation.maxLines" |
||||
instant="ctrl.annotation.instant" |
||||
on-change="ctrl.onQueryChange" |
||||
datasource="ctrl.datasource" |
||||
/> |
||||
|
Loading…
Reference in new issue