grafana/public/app/features/manage-dashboards/index.ts

8 lines
285 B
TypeScript

import coreModule from 'app/core/core_module';
import { DashboardListCtrl } from './DashboardListCtrl';
import { SnapshotListCtrl } from './SnapshotListCtrl';
coreModule.controller('DashboardListCtrl', DashboardListCtrl);
coreModule.controller('SnapshotListCtrl', SnapshotListCtrl);