fix files renaming

This commit is contained in:
Ivan Mikheykin
2019-12-03 19:44:21 +03:00
parent 34cf3462c6
commit 33e7001c11
5 changed files with 8 additions and 12 deletions
+1 -4
View File
@@ -11,10 +11,8 @@ import {loadPluginCss} from 'app/plugins/sdk';
// Types
import { MetricsPanelCtrl } from 'app/plugins/sdk';
import { contextSrv } from 'app/core/core';
import { AnnotationsSrv } from 'app/features/annotations/annotations_srv';
import {CardsStorage, Card} from './graph';
import {CardsStorage, Card} from './statusmap_data';
import rendering from './rendering';
// import aggregates, { aggregatesMap } from './aggregates';
// import fragments, { fragmentsMap } from './fragments';
@@ -22,7 +20,6 @@ import rendering from './rendering';
import {statusHeatmapOptionsEditor} from './options_editor';
import {ColorModeDiscrete} from "./color_mode_discrete";
const CANVAS = 'CANVAS';
const SVG = 'SVG';
const VALUE_INDEX = 0,