mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
Alerting: Fix Card link in legacy alerting items (#44094)
* remove href * revert yarn.lock
This commit is contained in:
@@ -25,7 +25,7 @@ const AlertRuleItem = ({ rule, search, onTogglePause }: Props) => {
|
||||
);
|
||||
|
||||
return (
|
||||
<Card href={ruleUrl}>
|
||||
<Card>
|
||||
<Card.Heading>{renderText(rule.name)}</Card.Heading>
|
||||
<Card.Figure>
|
||||
<Icon size="xl" name={rule.stateIcon as IconName} className={`alert-rule-item__icon ${rule.stateClass}`} />
|
||||
|
||||
Reference in New Issue
Block a user