Home
last modified time | relevance | path

Searched defs:annotationsSrv (Results 1 – 2 of 2) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/public/app/angular/services/
H A Dannotations_srv.test.ts4 const annotationsSrv = new AnnotationsSrv(); constant
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/panel/table-old/
H A Dmodule.ts56 constructor($scope: any, $injector: any, private annotationsSrv: any, private $sanitize: any) { property in TablePanelCtrl