grafana/public/app/features/dashboard/dashgrid/DashboardGridDirective.ts

5 lines
223 B
TypeScript
Raw Normal View History

2017-12-20 05:33:33 -06:00
import { react2AngularDirective } from 'app/core/utils/react2angular';
import { DashboardGrid } from './DashboardGrid';
2018-06-19 14:25:57 -05:00
react2AngularDirective('dashboardGrid', DashboardGrid, [['dashboard', { watchDepth: 'reference' }]]);