mirror of
https://github.com/grafana/grafana.git
synced 2024-11-30 12:44:10 -06:00
remove not used file
This commit is contained in:
parent
02769b6d3c
commit
ab2be340f7
@ -1,7 +1,8 @@
|
||||
import { StoreState } from 'app/types';
|
||||
import { ThunkAction } from 'redux-thunk';
|
||||
import { getBackendSrv } from 'app/core/services/backend_srv';
|
||||
|
||||
import appEvents from 'app/core/app_events';
|
||||
import { loadPluginDashboards } from '../../plugins/state/actions';
|
||||
import {
|
||||
DashboardAcl,
|
||||
DashboardAclDTO,
|
||||
@ -9,8 +10,6 @@ import {
|
||||
DashboardAclUpdateDTO,
|
||||
NewDashboardAclItem,
|
||||
} from 'app/types/acl';
|
||||
import appEvents from '../../../core/app_events';
|
||||
import { loadPluginDashboards } from '../../plugins/state/actions';
|
||||
|
||||
export enum ActionTypes {
|
||||
LoadDashboardPermissions = 'LOAD_DASHBOARD_PERMISSIONS',
|
||||
|
@ -2,6 +2,5 @@ import './plugin_edit_ctrl';
|
||||
import './plugin_page_ctrl';
|
||||
import './import_list/import_list';
|
||||
import './ds_edit_ctrl';
|
||||
import './ds_dashboards_ctrl';
|
||||
import './datasource_srv';
|
||||
import './plugin_component';
|
||||
|
@ -1,7 +0,0 @@
|
||||
<page-header model="ctrl.navModel"></page-header>
|
||||
|
||||
<div class="page-container page-body" ng-if="ctrl.datasourceMeta">
|
||||
|
||||
<dashboard-import-list plugin="ctrl.datasourceMeta" datasource="ctrl.current"></dashboard-import-list>
|
||||
|
||||
</div>
|
Loading…
Reference in New Issue
Block a user