mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Loki: Add line limit for annotations (#31183)
* Add line limit to Annotation query editor * Refactor to keep type consistent
This commit is contained in:
@@ -161,6 +161,8 @@ export function registerAngularDirectives() {
|
||||
|
||||
react2AngularDirective('lokiAnnotationsQueryEditor', LokiAnnotationsQueryEditor, [
|
||||
'expr',
|
||||
'maxLines',
|
||||
'instant',
|
||||
'onChange',
|
||||
['datasource', { watchDepth: 'reference' }],
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user