Home
last modified time | relevance | path

Searched refs:alertStateToState (Results 1 – 7 of 7) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/public/app/features/alerting/unified/components/rules/
H A DAlertStateTag.tsx4 import { alertStateToReadable, alertStateToState } from '../../utils/rules';
11 <StateTag state={alertStateToState[state]}>{alertStateToReadable(state)}</StateTag>
/dports/www/grafana8/grafana-8.3.6/public/app/features/alerting/unified/components/silences/
H A DAmAlertStateTag.tsx5 const alertStateToState: Record<AlertState, State> = {
15 export const AmAlertStateTag: FC<Props> = ({ state }) => <StateTag state={alertStateToState[state]}…
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/panel/alertlist/
H A DUnifiedAlertList.tsx12 import { flattenRules, alertStateToState, getFirstActiveAt } from 'app/features/alerting/unified/ut…
79 className={stateStyle[alertStateToState[rule.state]]}
89 … <span className={stateStyle[alertStateToState[rule.state]]}>{rule.state.toUpperCase()}</span>{' '}
/dports/www/grafana8/grafana-8.3.6/public/app/features/alerting/unified/utils/
H A Drules.ts88 export const alertStateToState: Record<PromAlertingRuleState | GrafanaAlertState | AlertState, Stat… constant
/dports/www/grafana8/grafana-8.3.6/public/build/
H A DAlertGroups.0e38943fa459e872fe93.js.map1alertStateToState: Record<AlertState, State> = {\n [AlertState.Active]: 'bad',\n [AlertState.Unp…
H A DAlertSilences.0e38943fa459e872fe93.js.map1alertStateToState: Record<AlertState, State> = {\n [AlertState.Active]: 'bad',\n [AlertState.Unp…
H A D7095.0e38943fa459e872fe93.js.map1alertStateToState } from '../../utils/rules';\nimport { StateTag } from '../StateTag';\ninterface …