mirror of
https://github.com/timberjoegithub/grafana-statusmap.git
synced 2026-07-22 15:53:09 +00:00
fix files renaming
This commit is contained in:
+1
-4
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user