mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Move MenuItemPaused to components folder
This commit is contained in:
parent
1e54899c6d
commit
31fb80b29a
@ -3,7 +3,7 @@ import React from 'react';
|
||||
import { AppEvents } from '@grafana/data';
|
||||
import { Dropdown, LinkButton, Menu } from '@grafana/ui';
|
||||
import appEvents from 'app/core/app_events';
|
||||
import MenuItemPauseRule from 'app/features/alerting/unified/MenuItemPauseRule';
|
||||
import MenuItemPauseRule from 'app/features/alerting/unified/components/MenuItemPauseRule';
|
||||
import { CombinedRule, RuleIdentifier } from 'app/types/unified-alerting';
|
||||
|
||||
import { AlertRuleAction, useAlertRuleAbility } from '../../hooks/useAbilities';
|
||||
|
@ -17,7 +17,7 @@ import {
|
||||
Stack,
|
||||
} from '@grafana/ui';
|
||||
import { useAppNotification } from 'app/core/copy/appNotification';
|
||||
import MenuItemPauseRule from 'app/features/alerting/unified/MenuItemPauseRule';
|
||||
import MenuItemPauseRule from 'app/features/alerting/unified/components/MenuItemPauseRule';
|
||||
import { INSTANCES_DISPLAY_LIMIT } from 'app/features/alerting/unified/components/rules/RuleDetails';
|
||||
import { useRulesFilter } from 'app/features/alerting/unified/hooks/useFilteredRules';
|
||||
import { useDispatch } from 'app/types';
|
||||
|
Loading…
Reference in New Issue
Block a user