Renamed Threshold files

This commit is contained in:
Hugo Häggmark
2019-01-10 10:47:49 +01:00
parent 0b6e21e9ac
commit c05b92c2e0
5 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ import { PanelOptionsProps } from '@grafana/ui';
import { defaultProps } from 'app/plugins/panel/gauge/GaugePanelOptions';
import { Options } from 'app/plugins/panel/gauge/types';
import { BasicGaugeColor } from 'app/types';
import { ThresholdsEditor } from './Thresholds';
import { ThresholdsEditor } from './ThresholdsEditor';
const setup = (propOverrides?: object) => {
const props: PanelOptionsProps<Options> = {

View File

@@ -1,4 +1,4 @@
@import 'CustomScrollbar/CustomScrollbar';
@import 'DeleteButton/DeleteButton';
@import 'Thresholds/Thresholds';
@import 'ThresholdsEditor/ThresholdsEditor';
@import 'Tooltip/Tooltip';

View File

@@ -5,4 +5,4 @@ export { CustomScrollbar } from './CustomScrollbar/CustomScrollbar';
export { ColorPicker } from './ColorPicker/ColorPicker';
export { SeriesColorPickerPopover } from './ColorPicker/SeriesColorPickerPopover';
export { SeriesColorPicker } from './ColorPicker/SeriesColorPicker';
export { ThresholdsEditor } from './Thresholds/Thresholds';
export { ThresholdsEditor } from './ThresholdsEditor/ThresholdsEditor';