mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
moving things around
This commit is contained in:
@@ -7,7 +7,7 @@ import appEvents from 'app/core/app_events';
|
||||
import Highlighter from 'react-highlight-words';
|
||||
import { initNav, updateLocation } from 'app/core/actions';
|
||||
import { ContainerProps } from 'app/types';
|
||||
import { getAlertRules, AlertRule } from '../apis';
|
||||
import { getAlertRules, AlertRule } from './state/apis';
|
||||
|
||||
interface Props extends ContainerProps {
|
||||
updateLocation: typeof updateLocation;
|
||||
@@ -1,7 +1,7 @@
|
||||
import _ from 'lodash';
|
||||
import { ThresholdMapper } from './threshold_mapper';
|
||||
import { ThresholdMapper } from './state/ThresholdMapper';
|
||||
import { QueryPart } from 'app/core/components/query_part/query_part';
|
||||
import alertDef from './alert_def';
|
||||
import alertDef from './state/alertDef';
|
||||
import config from 'app/core/config';
|
||||
import appEvents from 'app/core/app_events';
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
import './notifications_list_ctrl';
|
||||
import './notification_edit_ctrl';
|
||||
@@ -1,6 +1,6 @@
|
||||
import { describe, it, expect } from 'test/lib/common';
|
||||
|
||||
import { ThresholdMapper } from '../threshold_mapper';
|
||||
import { ThresholdMapper } from './threshold_mapper';
|
||||
|
||||
describe('ThresholdMapper', () => {
|
||||
describe('with greater than evaluator', () => {
|
||||
@@ -1,5 +1,5 @@
|
||||
import { getBackendSrv } from 'app/core/services/backend_srv';
|
||||
import alertDef from '../alert_def';
|
||||
import alertDef from './alertDef';
|
||||
import moment from 'moment';
|
||||
|
||||
export interface AlertRule {
|
||||
Reference in New Issue
Block a user